You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Precondition: STM32 and ESP32 negotiated the 1MBaud and are talking to each other.
Action: ESP32 makes a watchdog reset (for whatever reason. The reason does not matter.)
Observed behavior: The ESP32 shows no data in the web interface, because the STM32 sends with 1MBaud, but the ESP32 listens with 115k.
Expected behavior: The ESP32 shall listen with 1MBaud, if it does not see senseful communication with 115k.