Skip to content

Commit 0f91cb9

Browse files
committed
Swap back to official repos since upstreaming
1 parent 9b84794 commit 0f91cb9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

platformio.ini

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lib_deps =
7171
adafruit/Adafruit TouchScreen
7272
adafruit/Adafruit MQTT Library
7373
bblanchon/ArduinoJson
74-
https://github.com/tyeth/pstolarz_OneWireNg.git#pico2w
74+
https://github.com/pstolarz/OneWireNg.git
7575
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
7676
https://github.com/Sensirion/arduino-sht.git
7777
https://github.com/Sensirion/arduino-i2c-scd4x.git
@@ -473,7 +473,7 @@ extends = common:rp2040
473473

474474
[env:raspberypi_picow_debug]
475475
extends = common:rp2040
476-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
476+
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git
477477
; platform_packages =
478478
; framework-arduinopico @ symlink:///Users/tyeth/Projects/arduino-pico
479479
; framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#master
@@ -515,8 +515,7 @@ build_flags =
515515

516516
[env:raspberypi_pico2w]
517517
extends = common:rp2040
518-
platform = https://github.com/tyeth/maxgerhardt_platform-raspberrypi.git#pico2w
519-
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
518+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
520519
platform_packages =
521520
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
522521
board = rpipico2w
@@ -529,8 +528,7 @@ build_flags =
529528

530529
[env:raspberypi_pico2w_debug]
531530
extends = common:rp2040
532-
platform = https://github.com/tyeth/maxgerhardt_platform-raspberrypi.git#pico2w
533-
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
531+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
534532
platform_packages =
535533
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
536534
; ; framework-arduinopico @ symlink:///Users/tyeth/Projects/arduino-pico

0 commit comments

Comments
 (0)