ESP persist fix, closing files, RGBWW

This commit is contained in:
2021-11-01 01:52:40 +03:00
parent 8dd0b57f72
commit 3b92723ee3
11 changed files with 90 additions and 52 deletions

View File

@@ -199,10 +199,14 @@
//All options available
#ifdef CONTROLLINO
#define modbusSerial Serial3
#define AC_Serial Serial2
#ifndef AC_Serial
#define AC_Serial Serial2
#endif
#else
#define modbusSerial Serial2
#define AC_Serial Serial3
#ifndef AC_Serial
#define AC_Serial Serial3
#endif
#endif
#define dmxin DMXSerial
#define dmxout DmxSimple