Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 2706a62

Browse files
committed
Fix CI issue with RPI platform repo
1 parent 786f7b9 commit 2706a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lib_deps =
6565
[env:raspberrypi]
6666
upload_protocol = picotool
6767
; platform = raspberrypi
68-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
68+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#f2687073f73d554c9db41f29b4769fd9703f4e55
6969
board = rpipicow
7070
lib_deps =
7171
bblanchon/ArduinoJson @ 7.2.0
@@ -102,7 +102,7 @@ lib_deps =
102102

103103
[env:ci-raspberrypi]
104104
; platform = raspberrypi
105-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
105+
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#f2687073f73d554c9db41f29b4769fd9703f4e55
106106
board = ${sysenv.PIO_BOARD}
107107
lib_deps =
108108
bblanchon/ArduinoJson @ 7.2.0

0 commit comments

Comments
 (0)