File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 88; Please visit documentation for the other options and examples
99; https://docs.platformio.org/page/projectconf.html
1010
11- [env:HW1_0 ]
11+ [env]
1212platform = https://github.com/maxgerhardt/platform-raspberrypi.git
1313board = pico
1414framework = arduino
@@ -18,6 +18,8 @@ lib_deps =
1818 arduinogetstarted/ezButton@^1.0.4
1919 mathertel/RotaryEncoder@^1.5.3
2020 khoih-prog/RPI_PICO_TimerInterrupt@^1.3.1
21+
22+ [env:HW1_0]
2123# debug_tool = cmsis-dap
2224# upload_protocol = cmsis-dap
2325# debug_speed = 5000
@@ -26,15 +28,6 @@ build_flags =
2628 -DVERSION =" \" 0.9.7\" "
2729
2830[env:HW1_1]
29- platform = https://github.com/maxgerhardt/platform-raspberrypi.git
30- board = pico
31- framework = arduino
32- board_build.core = earlephilhower
33- lib_deps =
34- olikraus/U8g2@^2.35.19
35- arduinogetstarted/ezButton@^1.0.4
36- mathertel/RotaryEncoder@^1.5.3
37- khoih-prog/RPI_PICO_TimerInterrupt@^1.3.1
3831debug_tool = cmsis-dap
3932upload_protocol = cmsis-dap
4033debug_speed = 5000
You can’t perform that action at this time.
0 commit comments