-
compiling aborted with this errors
```
> pio run
Processing esp32dev (framework: arduino; platform: espressif32; board: esp32dev)
----------------------------------------------------------------…
-
Just tried to compile up the demo for the LEDRing on my ESP32. It fails with :-
`Arduino: 1.8.12 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS),…
-
Hello,
I tried compiling one of the example sketches but gets the following compiler error
`WifiManager.ino: 178:21: error: 'SPIFFS' was not declared in this scope
File configFile = SPIFFS.o…
-
### Environment:
- Hardware: ESP32-S3
- Display: EVE_RVT70H
### Issue:
I've created a SPIFFS manager to load text strings from JSON files stored in ESP32 flash memory, as I'm working with tw…
-
Following up from #1804, after 3.7.0 is out look at migrating some of the core libraries and frameworks to see if it improves performance, memory consumption and the firmware binary filesize isn't too…
-
It would be a great addition if it would possible to integrate the file upload for Spiffs and LittleFS to the spiffs area of the esp. It is mostly overkill to do it over the external SD Card. But m…
-
#### Description
To be able to recognize compile errors for ESP specific modules caused by unrelated PRs, a number of compile tests that use these ESP specific modules are required.
- [x] `esp_e…
-
I've been testing the changes for faster upload/download and esp32 support.
I've found almost everything works well with both esp8266 and esp32....
Found one issue that don't know if others can …
-
## Reason
Opencv use `libjpeg-turbo` as the default option of jpeg library. However, according to the official page of `libjpeg-turbe` project,
> libjpeg-turbo is a JPEG image codec that uses **…
-
Hi, I like your project. Thanks for submitting. It works nicely and looks good on the display. Unfortunately, I have a problem with the EEPROM code. When the app calls EEPROM.begin(), the system …