Set default env to the priamry esp32

master
Tom Wilson 4 years ago
parent 417fd618f3
commit 2aa689893f

@ -8,6 +8,8 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = primary-esp32
[env]
;platform = espressif32
@ -17,9 +19,9 @@ framework = arduino
board = esp32dev
monitor_speed = 57600
[env:motor-esp32]
src_filter = +<motor-esp32/*> +<common/*>
[env:primary-esp32]
src_filter = +<primary-esp32/*> +<common/*>
lib_deps = plapointe6/EspMQTTClient@^1.13.3
lib_deps = plapointe6/EspMQTTClient@^1.13.3
[env:motor-esp32]
src_filter = +<motor-esp32/*> +<common/*>

Loading…
Cancel
Save