mirror of
https://github.com/anklimov/lighthub
synced 2026-05-02 20:16:55 +00:00
OTA fixed (broken on last release)
New target: esp32c3 added partitions optimized for all esp32 targets & OTA
This commit is contained in:
@@ -240,7 +240,10 @@
|
||||
#define AC_Serial Serial2
|
||||
#endif
|
||||
#else
|
||||
#define modbusSerial Serial2
|
||||
#ifndef modbusSerial
|
||||
#define modbusSerial Serial2
|
||||
#endif
|
||||
|
||||
#ifndef AC_Serial
|
||||
#define AC_Serial Serial3
|
||||
#endif
|
||||
@@ -300,6 +303,10 @@
|
||||
#define AC_Serial Serial2
|
||||
#endif
|
||||
|
||||
#ifdef ARDUINO_USB_CDC_ON_BOOT
|
||||
#define debugSerialPort Serial
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef _dmxout
|
||||
|
||||
Reference in New Issue
Block a user