Tim
Tim
Reloading of scan_interval is supported by the [RESTful integration](https://www.home-assistant.io/integrations/rest/) as opposed to the [RESTful Sensor integration](https://www.home-assistant.io/integrations/sensor.rest/) i.e. use: ``` rest: resource: ... scan_interval: ... sensor: - name: ... value_template: ......
Hi @B1ackt34, > I would like to use my app to send custom parameters to ESP32 while running portal config. > Is there any way to send as JSON request?...
> What am I missing here? I am not seeing this memory waste > ... I checked the contents of the compiled code in the .o, .elf and .bin files...
> Something is wrong with the compiler if its ignoring include guards, perhaps include in the main source file and see if that changes it. I disagree. Include guards only...
Hi @realA10001986 > WiFiManager, in handleParam(), builds the page String by concatenating Strings, in my case lots of Strings. The big header is one of the first Strings, to which...