File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1111[platformio]
1212default_envs = esp32dev
1313
14+ [env:ESP32-wemos]
15+ # platform = espressif32
16+ platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
17+ board = wemos_d1_mini32
18+ framework = arduino
19+ lib_deps =
20+ https://github.com/ESP32Async/ESPAsyncWebServer
21+ bblanchon/ArduinoJson@^6.21.5
22+ https://github.com/tzapu/WiFiManager.git# v2.0.17
23+ mickey9801/ButtonFever@^1.0
24+ build_flags = -fexceptions
25+ board_build.partitions = partitions-4MB.csv
26+ monitor_speed = 115200
27+ monitor_filters = esp32_exception_decoder
28+ ; extra_scripts = upload.py
29+ ; upload_protocol = custom
30+ ; upload_url = http://192.168.178.50/update
31+ ; upload_port = 192.168.178.50
32+
1433[env:esp32dev]
1534# platform = espressif32
1635platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
You can’t perform that action at this time.
0 commit comments