From 02af69ba83c6660e19ca43b831e57affa829c492 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Thu, 18 Oct 2018 21:12:26 +0300 Subject: [PATCH] Move some strings to flash --- lighthub/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 61e4daf..f6d2389 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -477,7 +477,7 @@ void onInitialStateInitLAN() { #if defined(__AVR__) || defined(__SAM3X8E__)||defined(ARDUINO_ARCH_STM32F1) #ifdef W5500_CS_PIN Ethernet.w5500_cspin = W5500_CS_PIN; - debugSerial<<"Use W5500 pin: "; + debugSerial<