-
When i include then it won't compile and I get
![image](https://github.com/ayushsharma82/ElegantOTA/assets/75675532/4fd9a738-48d6-4b67-9716-a98dbb6578f5)
Here are my includes
![image](https://git…
-
Hi Ricardo,
I think it is necessary to add some security to the OTA update !
The iGate can be easily corrupted, everyone can upload a wrong firmware.
Replacing the ElegantOTA init by :
Elegant…
-
Hello,
I'd like to upload a new code to an ESP32 board that uses ElegantOTA, through a phone App I'm currently writing. I guess the App should send an HTML post to IP-address-of-ESP32/update with the…
-
Failed to get it to work via ethernet on board WT32-ETH01. Lots of conflicts between libraries.
```
In file included from C:\3_Arduino\arduino-1.8.19__esp32__ETH01__OTA\portable\packages\esp32\hardw…
-
The callback signature seems wrong: I cannot use any form of callback to capture the variables from an object which are out of scope of the closure.
I had to change:
```c
void onStart(std::…
-
So I am using this library for all my devices - some sleep, some are always on.
I would like to ask if there is any possibility to catch that OTA started and then i.e. execute the command like:
``…
-
Elegantota.handleupdate function not available to update the address of the elegant ota update page
-
I have an ESP-01S module an I have added the ElegantOTA functions to it.
I access the IP address of the device with my browser (Firefox).
Everything looks nice (showing instruction page, executing c…
-
doesn't restart after update is finished
wt32-eth01
-
Once need to change to `"platforms": ["espressif8266", "espressif32", "raspberrypi"]` in `library.json` to be compatible with:
```
lib_compat_mode = strict
lib_ldf_mode = deep+
```