Skip to content

Commit 6292865

Browse files
committed
Swap back to official repos since upstreaming
1 parent 8dea098 commit 6292865

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
@@ -79,7 +79,7 @@ lib_deps =
7979
adafruit/Adafruit TouchScreen
8080
adafruit/Adafruit MQTT Library
8181
bblanchon/ArduinoJson
82-
https://github.com/tyeth/pstolarz_OneWireNg.git#pico2w
82+
https://github.com/pstolarz/OneWireNg.git
8383
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
8484
https://github.com/Sensirion/arduino-sht.git
8585
https://github.com/Sensirion/arduino-i2c-scd4x.git
@@ -483,7 +483,7 @@ extends = common:rp2040
483483

484484
[env:raspberypi_picow_debug]
485485
extends = common:rp2040
486-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
486+
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git
487487
; platform_packages =
488488
; framework-arduinopico @ symlink:///Users/tyeth/Projects/arduino-pico
489489
; framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#master
@@ -525,8 +525,7 @@ build_flags =
525525

526526
[env:raspberypi_pico2w]
527527
extends = common:rp2040
528-
platform = https://github.com/tyeth/maxgerhardt_platform-raspberrypi.git#pico2w
529-
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
528+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
530529
platform_packages =
531530
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
532531
board = rpipico2w
@@ -539,8 +538,7 @@ build_flags =
539538

540539
[env:raspberypi_pico2w_debug]
541540
extends = common:rp2040
542-
platform = https://github.com/tyeth/maxgerhardt_platform-raspberrypi.git#pico2w
543-
; platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
541+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
544542
platform_packages =
545543
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
546544
; ; framework-arduinopico @ symlink:///Users/tyeth/Projects/arduino-pico

0 commit comments

Comments
 (0)