-
There seems to be a problem with the AsyncElegantOTA libary so the upload doesnt work.
Take a look below.
`In file included from src/main.cpp:34:
.pio/libdeps/esp32dev/AsyncElegantOTA/src/AsyncE…
-
In file included from F:\Users\Administrator\Desktop1\RF-Master-main\v3.0.1\Gr_wifi.h:4:0,
from F:\Users\Administrator\Desktop1\RF-Master-main\v3.0.1\Gr_Define.h:33,
…
-
Hello, i'm using ElegantOTA.h version 3.0.0 with AsyncDemo code in platformio.
After select the file.bin to apload nothing is shown in serial monitor.
```
10:43:39.699 > IP address: 192.168.1.18
…
-
Hi Andy,
You write that you changed from ElagantOTA to ESPAsyncHTTPUpdateServer.
In Method 1, item 8, you write to change some lines in ElagantOTA.h but you moved away from Elagant ....
Before …
-
Hello,
I'm using huge partition csv:
Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, dat…
-
I am facing difficulties to update FileSystem correctly using this library. Firmware update works well, however when I am trying to upload FileSystem I got "Update error: ERROR[4]: Not Enough Space" o…
-
Progress bar jumps immediately to 100% and stays there until finished.
onOTAProgress() works properly showing steady increments until complete.
Why can't progress bar be updated in onOTAProgress() a…
-
Can you update the wled font with more special chars?
https://github.com/pilnikov/MAX7219-Clock/blob/master/Fonts.h already made all the adjustments to the font.
Checking them in the github font ed…
qwasy updated
2 months ago
-
Hi,
I'm using platformio (on VSC) and Win10 for programming of my device.
In my platformio.ini file I have placed the following code:
[env:WiFi]
upload_protocol = espota
upload_port = 10.100.8.…
-
Hi,
I try to use "totalSize" to know the size of the file to be uploaded and "currentSize" to know how many bytes were uploaded, but currentSize and totalSize always return the same value, bytes up…