network fallback, fixes #3090

This commit is contained in:
MichaelDvP
2026-05-24 16:54:04 +02:00
parent d85c1dc8e8
commit 31166794dd
5 changed files with 24 additions and 25 deletions

View File

@@ -45,3 +45,4 @@ For more details go to [emsesp.org](https://emsesp.org/).
- refactored network code into a single class [#3052](https://github.com/emsesp/EMS-ESP32/pull/3052)
- check and read 0x470 as summer2_typeids[0] only if received [#2686](https://github.com/emsesp/EMS-ESP32/issues/2686), [#3055](https://github.com/emsesp/EMS-ESP32/issues/3055)
- default bus-id: gateway1(0x49), tx-mode: auto
- network fallback to AP only after start [#3090](https://github.com/emsesp/EMS-ESP32/issues/3090)