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 27, 2025
1 parent d3e9ae1 commit f89b047
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ lib_deps = ${env.lib_deps}
[NanoC6]
extends = m5base
board = m5stack-nanoc6
platform = espressif32 @ 6.10.0
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.7
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
board_build.arduino.upstream_packages = no
;board_build.arduino.upstream_packages = no
board_build.partitions = default.csv
lib_deps = ${env.lib_deps}

Expand Down Expand Up @@ -241,8 +240,7 @@ test_filter= embedded/test_vl53l1x
[env:test_UnitToF4M_NanoC6]
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_fw.lib_deps}
test_filter= embedded/test_vl53l1x

[env:test_UnitToF4M_StickCPlus]
Expand Down

0 comments on commit f89b047

Please sign in to comment.