Yesterday, I updated the ESP-IDF version of our ESP32S3 firmware from 5.3.2 to 5.3.3. Today, when trying to connect to the device with a Samsung Galaxy S22, the ESP crashed often, but not always. I am not sure, whether the problem is actually caused by the exact phone model. I did not get this error yesterday when testing with a Pixel 6.
This is the error message I could extract:
thread '<unnamed>' panicked at /Users/xxx/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/esp-idf-svc-0.51.0/src/wifi.rs:2384:18:
unknown event ID: 45
I just downgrading the IDF version back to 5.3.2 and at least for the short tests now, the error did not occur again.
I just wanted to report that error so that it is not forgotten. :)
Yesterday, I updated the ESP-IDF version of our ESP32S3 firmware from
5.3.2to5.3.3. Today, when trying to connect to the device with a Samsung Galaxy S22, the ESP crashed often, but not always. I am not sure, whether the problem is actually caused by the exact phone model. I did not get this error yesterday when testing with a Pixel 6.This is the error message I could extract:
I just downgrading the IDF version back to
5.3.2and at least for the short tests now, the error did not occur again.I just wanted to report that error so that it is not forgotten. :)