Skip to content

Commit 65aa380

Browse files
GwnDaanGwnDaan
authored andcommitted
feat: add default environments to platformio.ini to avoid unnecessary build error
1 parent 55e5381 commit 65aa380

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/virtual_terminal/esp32_platformio_object_pool/platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
;
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
10+
[platformio]
11+
default_envs = denky32 ; Don't build the CI environment by default, to avoid unnecessary build errors for beginners who select the default environment
12+
1013
[env:denky32]
1114
platform = espressif32
1215
board = denky32

0 commit comments

Comments
 (0)