serpinio
serpinio
To make it easier to catch the bug, try a string with different characters including a space bar. See demo attached. Sometimes you don't even need to spam the command,...
Thank you for looking into it. I've thoroughly tested and couldn't make the board crash with any other length strings, really. Only 8/16 etc ones would cause this. But then...
As of Apr2022 [this is how you get and process WiFi events](https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEvents/WiFiClientEvents.ino). tl;dr: Use this: ``` void onWifiEvent(WiFiEvent_t event) { switch (event) { case WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_CONNECTED: Serial.println("Connected or reconnected to WiFi");...
**Thank you!** Works as it should now, issue resolved.
Same issue with Infinix HOT30 Play with Android 13 I believe the app needs the following [POST_NOTIFICATION](https://developer.android.com/develop/ui/views/notifications/notification-permission) permission added to the manifest for Android 13+: ``