118 Commits
Author SHA1 Message Date
TD-er aa2cc9ceca Merge remote-tracking branch 'letscontrolit/mega' into bugfix/simplify_serial_fallback 2026-07-20 22:55:32 +02:00
TD-er 406a62421f [Console] Prevent long delay when USB-HWCDC is plugged but not used 2026-07-20 22:55:00 +02:00
TD-er 50c52c3b95 [ESPEasy console] reduce load when USB HWCDC is not connected 2026-07-19 22:50:51 +02:00
TD-er 39f43f14f8 [Serial] Simplify ESPEasy console code + reduce resource usage 2026-07-19 17:06:59 +02:00
TD-er 72171b9500 [ESPEasy Console] Simplify init of ESPEasy console + update IDF/Arduino 2026-07-18 16:09:50 +02:00
Ton Huisman 0144de4e47 [Serial] Allow multiple selectors on a single page for Modbus configuration 2026-07-17 22:36:19 +02:00
TD-er f0d3b78bb4 [WiFi] Fix some minor WiFi issues when saving settings (still 5min wait) 2026-05-07 21:07:21 +02:00
TD-er 3a0d2579ea [Console] Fix setting correct TX buffer size + add checks + cleanup 2026-05-03 00:53:23 +02:00
TD-er 8b52d2eb63 [Cleanup] Fix failing builds due to different virtual function sigs 2026-04-06 01:00:08 +02:00
TD-er dc14760360 [Cleanup] Add 'override' to virtual functions libs changed for ESPEasy 2026-04-05 23:57:53 +02:00
TD-er 2cc2c8baac [Console] Fix sluggish reply on console input + allow disable color logs 2026-03-24 16:05:55 +01:00
TD-er a5f3b99496 [USB-CDC] Fix USB disconnect on reboot for USB-JTAG/CDC boards 2026-02-20 13:00:11 +01:00
TD-er a1922ddfa1 [USBCDC] Simplify code defining USBCDC(TinyUSB) vs. HWCDC 2026-01-05 23:02:36 +01:00
TD-er db679eb9de [ESP32-P4/-C61] Update Arduino/IDF to support ESP32-C61 & ESP32-P4 preV3 2025-11-21 12:51:04 +01:00
TD-er 80cd9a0f1d [ESP32-C61] Add initial support for ESP32-C61 2025-11-14 00:25:14 +01:00
TD-er bb78389dfc [ESPEasy Console] Fix console on both HWCDC and Serial0 2025-10-27 13:40:56 +01:00
TD-er 3bbff03497 [USBCDC] Properly fix USB CDC issues on ESP32-S2 2025-09-02 13:45:30 +02:00
TD-er cb6dd6006e [USBCDC] Fix USB-CDC for ESP32S2 builds 2025-09-02 08:47:43 +02:00
TD-er ba2af9f5a3 [ESP32P4] Add extra HW serial ports supported by ESP32P4 2025-07-13 01:56:51 +02:00
TD-er 5ed46c1c40 [ESP32-C61] Start adding support for new SoC & generalize WiFi features 2025-06-23 15:50:46 +02:00
TD-er 382dad51a1 [ESP32-C5] Add preliminary support for ESP32-C5 with dual band WiFi 2025-05-24 02:24:44 +02:00
TD-er 7c9cd48a44 Merge branch 'mega' into bugfix/WiFi_state_machine 2025-04-19 22:52:02 +02:00
TD-er 01ed6d72ce [Console] Revert limiting write chunks to 64 bytes for non-USB serial 2025-04-19 13:30:29 +02:00
TD-erandTon Huisman d58715b06e [Serial] Add setXxBufferSize functions 2025-03-26 23:02:34 +01:00
TD-er d770d6e8d3 [Serial] Add setXxBufferSize functions 2025-03-26 08:37:19 +01:00
TD-er 853245c0fb [Eastron] Speed up parsing Modbus RTU messages 2025-03-15 00:03:54 +01:00
TD-er 9e4accf3fb [ESP-IDF5.3] Fix usable UART ports on ESP32-C6 2024-08-24 10:24:49 +02:00
TD-er bd03a44e27 [HWCDC] Fix bootloop on ESP32-C3/C6 2024-04-05 10:04:58 +02:00
TD-er d2c62908c2 [HW CDC] Fix delay when no client connected to read serial logs 2024-01-05 23:03:24 +01:00
Ton Huisman d4c6cb92c7 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P044-led-and-events-without-client 2023-12-28 15:04:04 +01:00
TD-er e2bc427638 [ESP-IDF5.1] Add hardware specific info on ESP32-C2/ESP32-C6 2023-11-09 12:45:57 +01:00
Ton Huisman 57505e862b Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P044-led-and-events-without-client 2023-08-07 16:08:30 +02:00
TD-er 5a8609c288 [Eastron] Add support for RS485 collision detection on ESP32 2023-08-06 17:52:00 +02:00
TD-er c8f4fa8fb9 [Eastron] Fix ESP32 hardware RTS flow control 2023-08-05 14:20:50 +02:00
TD-er 99dd742c51 [Eastron] Add hardware RTS support for ESP32 (for ~RE/DE pin on RS485) 2023-08-05 03:32:31 +02:00
TD-er 0eabf1d253 [ESP32 Serial] Fix serial tasks not working after save or restart task
[ESP32 Serial] Do not cache baud rate between end() and begin()
2023-07-27 22:11:07 +02:00
Ton Huisman e3f8adf83e [ESPEasySerial] Add shortName option to be used as eventname 2023-06-24 15:22:40 +02:00
TD-er a16fe75d86 [ESP32 SDK] Update SDK to fixed code for HWCDC.end() 2023-06-01 00:42:13 +02:00
TD-er 755390ab8b [ESPEasySerial] Update version nr to v3.0.0 2023-05-31 20:42:08 +02:00
TD-er 3558c500a6 [ESPEasySerial] Add SW Serial support for ESP32 2023-05-30 00:14:48 +02:00
TD-er d4c7467cd2 [ESPEasySerial] Get actual baudrate from SW Serial 2023-05-29 17:40:00 +02:00
TD-er 44b10fc5a6 [ESPEasySerial] Fix saving SW serial pins 2023-05-29 17:20:01 +02:00
TD-er 0b91acd726 [ESPEasySerial] Fix setting correct baudrate 2023-05-29 16:16:20 +02:00
TD-er f2cf3b0fa9 [Console] Reduce boottime when using CDC as port for console 2023-05-26 13:44:42 +02:00
TD-er 44423c886d [ESPEasy Console] Show actual serial port config on sysinfo page 2023-05-26 01:12:51 +02:00
TD-er cac03e976d [USBCDC] Remove 2nd USB CDC port + use USB CDC on ESP32-S3 2023-05-26 00:04:51 +02:00
TD-er f25c8e1782 [ESPEasySerial] Fix crashes on ESP32-C3 2023-05-25 21:17:51 +02:00
TD-er d6d5aec91e [ESPEasySerial] Fix fallback USBCDC to Serial0 (input not working yet) 2023-05-24 23:49:45 +02:00
TD-er 7067a93075 [ESPEasySerial] Fix USBCDC on ESP32-S2 2023-05-23 22:08:40 +02:00
TD-er 4fcca9aed3 [ESPEasySerial] Fix build issue inconsistent defines 2023-05-23 11:14:39 +02:00