Skip to content

Commit

Permalink
feat: add default environments to platformio.ini to avoid unnecessary…
Browse files Browse the repository at this point in the history
… build error
  • Loading branch information
GwnDaan committed Jan 8, 2025
1 parent 55e5381 commit 65aa380
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = denky32 ; Don't build the CI environment by default, to avoid unnecessary build errors for beginners who select the default environment

[env:denky32]
platform = espressif32
board = denky32
Expand Down

0 comments on commit 65aa380

Please sign in to comment.