G6EJD / G6EJD-ESP-File-Server

An ESP32 system that can perform a Directory, Upload, Download, Delete, Rename and Stream Files in SPIFFS
Other
67 stars 26 forks source link

Problem in compiling project for ESP8266 Wemos D1 R1 #8

Closed Sderenator closed 2 months ago

Sderenator commented 2 months ago

Hello, I'm trying to test this project but I have a lot of errors compiling, due to lack of files... I tried to use your own libraries without success. Can you give me any advice? Thank you!

Sderenator commented 2 months ago

IMG_20240827_153222_998 IMG_20240827_153223_086 IMG_20240827_153223_743

G6EJD commented 2 months ago

Downgrade the ESP32 compiler to 1.6.12 or maybe 11 as the newer version has many errors, including the Asynchronous WebServer. I have submitted an issue to get it fixed.

Sderenator commented 2 months ago

Thank you for your reply. Do you mean to downgrade the Arduino IDE to 1.6.11?

G6EJD commented 2 months ago

You can do both, but when the IDE compiles ESP32 code it uses the boards manager version say 1.0.6

Sderenator commented 2 months ago

Sorry, I'm on ESP8266, here the screens of the board manager installed with available versions. 01 02

G6EJD commented 2 months ago

I most of the time functions and memory requirements name the ESP8266 unsuitable for this code.