Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions MIDAS/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[env:mcu_main_sustainer]
platform = espressif32
platform = espressif32@6.7.0
board = esp32-s3-devkitc-1
; board = adafruit_feather_esp32s3
framework = arduino
Expand All @@ -19,7 +19,7 @@ lib_deps =
build_src_filter = +<*> -<silsim/> +<hardware/> -<hilsim>

[env:mcu_main_booster]
platform = espressif32
platform = espressif32@6.7.0
board = esp32-s3-devkitc-1
; board = adafruit_feather_esp32s3
framework = arduino
Expand All @@ -39,7 +39,7 @@ lib_deps =
build_src_filter = +<*> -<silsim/> +<hardware/> -<hilsim>

[env:mcu_hilsim_sustainer]
platform = espressif32
platform = espressif32@6.7.0
board = adafruit_feather_esp32s3
framework = arduino
extra_scripts =
Expand All @@ -54,7 +54,7 @@ build_unflags =
-std=gnu++11

[env:mcu_hilsim_booster]
platform = espressif32
platform = espressif32@6.7.0
board = adafruit_feather_esp32s3
framework = arduino
extra_scripts =
Expand Down