File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ extends = m5base
7676board = m5stack-nanoc6
7777platform = https://github.com/platformio/platform-espressif32.git
7878platform_packages =
79- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
79+ platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# 3.0.0
8080 platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git# idf-release/v5.1
8181board_build.partitions = default.csv
8282lib_deps = ${env.lib_deps}
@@ -367,3 +367,15 @@ build_flags = ${option_release.build_flags}
367367; -DEXAMPLE_PASSWORD="\"\""
368368; -DEXAMPLE_MQTT_URI="\"\""
369369
370+
371+
372+
373+
374+ [env:UnitID_Blinky-Hello-World_NanoC6_Arduino_latest]
375+ extends =NanoC6, option_release, arduino_latest
376+ build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitID/Blinky-Hello-World>
377+ build_flags = ${option_release.build_flags}
378+ ; -DEXAMPLE_SSID="\"\""
379+ ; -DEXAMPLE_PASSWORD="\"\""
380+ ; -DEXAMPLE_MQTT_URI="\"\""
381+
You can’t perform that action at this time.
0 commit comments