-
ESP 32 C6
Code:
/*
-----------------------
ElegantOTA - Demo Example
-----------------------
Skill Level: Beginner
This example provides with a bare minimal app with ElegantOTA…
Fyfth updated
4 months ago
-
I have just written a test application using ESPUI and ElegantOTA together but using 2 different web servers, one running on port 80 and the other on port 8080. In my understanding ElegantOTA does not…
-
Greetings
I'm trying to use the new version of FirebaseClient along with ElegantOTA. and it gives me an error
'using AsyncClient = class AsyncClientClass' has a previous declaration here using Async…
-
Hello,
I am the maintainer of ESPAsyncWebServer (https://github.com/mathieucarbou/ESPAsyncWebServer).
We have rpi support, with:
```
[env:raspberrypi]
upload_protocol = picotool
; platform…
-
I have a project with esphome/AsyncTCP-esphome@2.1.3 and ottowinter/ESPAsyncWebServer-esphome @ ^3.2.2.
I can't use ElegantOTA with these library since you are using mathieu carbou's library. Sadly t…
k4lls updated
3 months ago
-
Dear Developer
I'm trying to use the Demo project available in Elegant OTA lib as it is (only Wifi password/ SSID has been updated)
Hardware; EVK NNA-W10
Lib ESP32 Espressif System version 2.0.14…
-
**Describe the bug**
a just released version of AsyncElegantOTA breaks the build, the 2.2.9 version, released between yesterday and today, intentionally throws an error and fails the build because th…
-
Async Demo will not compile. There is no way I could find to eliminate the conflicts. I changed the order of include files many different ways. This will not build!
C:\Users\markeby\AppData\Lo…
-
When I try to build the Board in VStudio with the ESP32S3_Tynet_BME280 board, I get the error in main.php and thefore I'm not able to upload. the ESP32S3_Tyenet works without issues but then I've no t…
Osjuh updated
4 months ago
-
Hi,
I tried to do a firmware update with ElegantOTA on a 1M ESP8285 and installed the demo code.
Flashing seems to work, but after this the 8285 is not able to boot the code:
------------------…