Florian
Florian
Hello, A test version is available that should fix your issue: https://play.google.com/apps/testing/com.theengs.app
Feel free to push a PR, also would be interesting to have the capability into the WebUI
> Trying to understand the WebUI code but if I am reading the code correctly, it seems like it will require only minor additions to config_WebContent.h to extend the web...
I am not sure we should enable to change the discovery message during onboarding, I think a new parameter may confuse the users and generate support.
> OK - does that mean not adding the WiFi manager codelines? Yes, Indeed. The onboarding can be done through a web portal. Most of the time, when used on...
The first approach is due to the use of WiFi Manager for onboarding. After that, parameters were added that did not require adjustment through the onboarding process; they were added...
> Note: I also noted it on 2 different devices (lilygo-rtl-433 and esp32dev-ble) Both with development version?
Memory/concurrency issues due to the number of devices being processed. Try to play with the stack size for RTL_433, it may reduce/remove those.
Spam or phishing yes
> I imagine data is being sent with an HTTP GET rather than POST. Agreed PR welcome to fix that