Skip to content

Commit

Permalink
Fixes for NanoC6
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Feb 26, 2025
1 parent b7b9137 commit 2f99a8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ extends = m5base
board = m5stack-nanoc6
platform = https://github.com/platformio/platform-espressif32.git
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v5.4
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
board_build.arduino.upstream_packages = no
board_build.partitions = default.csv
lib_deps = ${env.lib_deps}
lib_deps = ${env.lib_deps}

[StickCPlus]
extends = m5base
Expand Down Expand Up @@ -118,7 +117,8 @@ lib_deps = ${env.lib_deps}
; --------------------------------
;Choose framework
[arduino_latest]
platform = espressif32 @ 6.8.1
;platform = espressif32 @ 6.8.1
platform = espressif32 @ 6.10.0
framework = arduino

[arduino_6_6_0]
Expand Down Expand Up @@ -241,6 +241,7 @@ test_filter= embedded/test_vl53l1x
extends=NanoC6, option_release, arduino_latest
lib_deps = ${NanoC6.lib_deps}
${test_fw.lib_deps}
;;build_flags = ${NanoC6.build_flags} ${option_release.build_flags}
test_filter= embedded/test_vl53l1x

[env:test_UnitToF4M_StickCPlus]
Expand Down

0 comments on commit 2f99a8a

Please sign in to comment.