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 91d1c8b commit 55a397b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ lib_deps = ${env.lib_deps}
[NanoC6]
extends = m5base
board = m5stack-nanoc6
platform = https://github.com/platformio/platform-espressif32.git
;platform = https://github.com/platformio/platform-espressif32.git
platform_packages =
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 = yes
;board_build.arduino.upstream_packages = yes
board_build.partitions = default.csv
lib_deps = ${env.lib_deps}

Expand Down

0 comments on commit 55a397b

Please sign in to comment.