mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 18:49:06 +03:00
noSerial option, DHT fix, 8266 slim to fit Sonoff
This commit is contained in:
@@ -303,12 +303,14 @@
|
||||
//#ifdef M5STACK
|
||||
//#define debugSerial M5.Lcd
|
||||
//#endif
|
||||
|
||||
#ifndef debugSerialPort
|
||||
#define debugSerialPort Serial
|
||||
#ifdef noSerial
|
||||
#undef debugSerialPort
|
||||
#else
|
||||
#ifndef debugSerialPort
|
||||
#define debugSerialPort Serial
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef Wiz5500
|
||||
#define W5100_ETHERNET_SHIELD
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user