Skip to content

Commit e5a78b5

Browse files
authored
Merge pull request #8 from oleksiikutuzov/main
Refactor platformio.ini
2 parents bb29c82 + d00aa56 commit e5a78b5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

platformio.ini

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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]
1212
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
1313
board = pico
1414
framework = 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
3831
debug_tool = cmsis-dap
3932
upload_protocol = cmsis-dap
4033
debug_speed = 5000

0 commit comments

Comments
 (0)