Skip to content

Commit 1d206cc

Browse files
committed
Fix working environment name
1 parent 41f7000 commit 1d206cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; Please visit documentation for the other options and examples
88
; https://docs.platformio.org/page/projectconf.html
99

10-
[env:esp wrover kit]
10+
[env:esp-wrover-kit]
1111
platform = espressif32
1212
framework = arduino
1313
board = esp-wrover-kit

examples/arduino-wifiscan/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ framework = arduino
1313
board = esp32dev
1414
monitor_speed = 115200
1515

16-
[env:esp wrover kit]
16+
[env:esp-wrover-kit]
1717
platform = espressif32
1818
framework = arduino
1919
board = esp-wrover-kit

0 commit comments

Comments
 (0)