noSerial option, DHT fix, 8266 slim to fit Sonoff

This commit is contained in:
Климов Андрей Николаевич
2022-12-16 17:14:59 +03:00
parent a974290389
commit b06dad9395
25 changed files with 705 additions and 66 deletions

View File

@@ -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