File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 20
20
- SCRIPT=platformioSingle EXAMPLE_NAME=PhotoFromFileID EXAMPLE_FOLDER=/SendPhoto/ BOARDTYPE=ESP8266 BOARD=d1_mini
21
21
- SCRIPT=platformioSingle EXAMPLE_NAME=Location EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
22
22
- SCRIPT=platformioSingle EXAMPLE_NAME=ChannelPost EXAMPLE_FOLDER=/ BOARDTYPE=ESP8266 BOARD=d1_mini
23
+ - SCRIPT=platformioSingle EXAMPLE_NAME=AdvancedLED_platformio EXAMPLE_FOLDER=/ BOARDTYPE=ESP32 BOARD=esp32dev
23
24
24
25
25
26
install :
Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ platform = espressif8266
15
15
board = d1_mini
16
16
framework = arduino
17
17
lib_deps = WifiManager, ${common.lib_deps_external}
18
+
19
+ [env:esp32dev]
20
+ platform = espressif32_stage
21
+ board = esp32dev
22
+ framework = arduino
23
+ lib_deps = WifiManager, ${common.lib_deps_external}
You can’t perform that action at this time.
0 commit comments