This was discussed here:
https://openinverter.org/forum/viewtopic.php?p=62575#p62575
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.
Prio: Low (nice to have)