This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Replies: 2 comments
-
This is now working: FIles can be uploaded using pio run -t uploadfs [env]
framework = arduino
platform = espressif32
board = esp32dev
monitor_speed = 115200
lib_deps =
;https://github.com/me-no-dev/AsyncTCP
;https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/mathieucarbou/AsyncTCP
https://github.com/mathieucarbou/ESPAsyncWebServer
https://github.com/tzapu/WiFiManager#feature_asyncwebserver
https://github.com/paulo-raca/ArduinoBufferedStreams
[env:esp32c3]
board = airm2m_core_esp32c3
build_flags =
-D CONFIG_ESP_CONSOLE_UART=1 ; settings for esp32c3 without external uart
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
SPIFFSEditor is an application on itself which is linked to a specific and fixed UI. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear devs,
I am trying to use an esp32-c3 with the original library. I get crashes when trying to do a wifi scan.
Maybe this is due to due to single core C3 specs?
Since the me-no-dev is a couple of years old I thought I might upgrade to mathieucarbou branch?
Also I noticed the SPIFFSEditor.h is missing in the new branch.
What would be the best way forward in order to get the newer esp chips like the C3 supported?
Is the SPIFFSEditor.cpp/h functionality separated in different library?
Happy to hear any suggestions...
Beta Was this translation helpful? Give feedback.
All reactions