-
I had problems with running the compile.sh script where I get this error:
```
bugUtils.h: No such file or directory
#include "Arduino_DebugUtils.h"
^~~~~~~~~~~~~~~~~~~~~~
compilation t…
Exryz updated
4 months ago
-
Hello,
**Describe Your Goal**
I create this issue because I would like to upload files with esp32_https_server.
Before I was using WebServer.h which allowed to have the upload() function.
Then…
-
The firmware currently uses the official Espressif ESP32 OTA functions.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/esp_https_ota.html
The official OTA functi…
-
I've noticed a new issue in 2.4, that isn't a problem in 2.3. I had some code that created database tables, in 2.4 I get a 'disk I/O error' and in 2.3 no errors. I've added sample Arduino code that …
-
### Basic Infos
#### Hardware
**WiFimanager Branch/Release:**
- [ X] Master
- [ ] Development
**Esp8266/Esp32:**
- [X ] ESP8266
- [ ] ESP32
**Hardware: ESP-12e, esp01, esp25**
- [ ] E…
-
I am using AsyncTCP library for ESP32 in my project. However, since I want to dowbload a file in SPIFFS through the browser, the file progress stops after a while. This usually happens after downloadi…
-
I'm on macOS 11.0.1. My Arduino IDE is installed in `/Applications`, my Arduino sketchbook path is `/Volumes/Daten/myuser/Documents/Programmierung/Arduino`. I added the ESP8266 support via board manag…
-
_Please extend your documentation by the tipp that the current project only compiles up to version 1.0.5 of the "ESP32 by Espressif Systems" in the boards manager in Arduino._
Thanks.
with version…
-
I'm working on polishing a `Makefile` for automating compilation and uploading to an ESP8266 board. Using the Arduino IDE I'm able to build and upload a SPIFFS image per these [instructions](http://es…
-
Could anyone make a disableIRin() function?
Not being able to turn it off is making it impossible for me to use spiffs or webserver some times.
#https://github.com/espressif/arduino-esp32/issues/2…