OTA fixed (broken on last release)

New target: esp32c3 added
partitions optimized for all esp32 targets & OTA
This commit is contained in:
2026-01-19 23:04:07 +03:00
parent 40c1fca5df
commit 42279ed567
32 changed files with 25691 additions and 24841 deletions

View File

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