mirror of
https://github.com/anklimov/lighthub
synced 2026-01-30 10:09:07 +03:00
M5STACK platform added
This commit is contained in:
@@ -164,7 +164,11 @@
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
#undef _dmxin
|
||||
#undef _modbus
|
||||
#undef _dmxout
|
||||
|
||||
#ifndef DMX_DISABLE
|
||||
#define _espdmx
|
||||
#endif
|
||||
//#undef _dmxout
|
||||
#undef modbusSerial
|
||||
#endif
|
||||
|
||||
@@ -189,6 +193,10 @@
|
||||
#define strncpy_P strncpy
|
||||
#endif
|
||||
|
||||
//#ifdef M5STACK
|
||||
//#define debugSerial M5.Lcd
|
||||
//#endif
|
||||
|
||||
#ifndef debugSerial
|
||||
#define debugSerial Serial
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user