Skip to content

Commit 23833a5

Browse files
folkertvanheusdenph1p
authored andcommitted
wemos_d1_mini32
1 parent 3a90bd7 commit 23833a5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

platformio.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@
1111
[platformio]
1212
default_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
1635
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip

0 commit comments

Comments
 (0)