-
I have successfully ran this on an ESP32-WROVER (IDF v3.3.1) with a SPIFFS partition. However, it does not appear to work on a FAT partition using VFS with wear leveling. There are a number of runtim…
-
**Describe the bug**
Receiving the following error when opening the IP address specified in the the Self-Signed_Certificate example:
16:38:10.846 -> [HTTPS:I] New connection. Socket FID=55
16:38:…
-
All is well with my use of the FTP server for updating and changing files in my ESP8266 SPIFFS with one exception.
'Advanced IP Scanner' crashes the Ftp server causing a reboot. Here's the excepti…
-
Hello I have a project were I'm using an esp32 TTGO(lora).
What I would like to do is open the AP, type in costume parameters (using Spiffs) and save without having to connect to any wifi.
Because…
-
Hi,
SPIFFS data uploader is not working over OTA with authentication turned on. I get error "Authentication failed". When I disable OTA authentication everything is OK.
I have version 1.0.4 of ESP…
-
Picojpeg is great. I found it embeded in Bodmer's JPEGDecoder
https://github.com/Bodmer/JPEGDecoder/blob/master/src/picojpeg.h and
used to display images on a 135x240 pixel OLED display.
I creat…
-
I have errors like this:
Arduino:1.8.19 (Linux), Płytka:"ESP32C3 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 160MHz (WiFi), QIO, 80MHz, 4MB (32Mb), 921600, None, Enabled"
…
-
First off, I am a huge fan and I would love to build this NCAT system.
I wanted to flash the NCAT_PRO to the ESP32 WROVER and ran into some trouble.
The compiler says:
Arduino: 1.8.15 (Windows …
-
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…
-
compiling aborted with this errors
```
> pio run
Processing esp32dev (framework: arduino; platform: espressif32; board: esp32dev)
----------------------------------------------------------------…