Skip to content

Commit 0f4ec4c

Browse files
committed
set working os version
1 parent 5dbfc67 commit 0f4ec4c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/deploy-release-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747
matrix:
4848
device:
4949
- type: raspberrypi3
50-
version: 5.3.21.dev
50+
version: 6.4.2+rev1.dev
5151
fleet: info319/coderbot_test
5252
config: config_32
5353
- type: raspberrypi3-64
54-
version: 6.5.1+rev4.dev
54+
version: 6.4.2+rev1.dev
5555
fleet: info319/coderbot_pi3_64_test
5656
config: config_64
5757
- type: raspberrypi0-2w-64
58-
version: 6.5.9+rev5.dev
58+
version: 6.4.2+rev1.dev
5959
fleet: info319/coderbot_pi0w2_64_test
6060
config: config_64
6161
- type: raspberrypi5
62-
version: 6.5.9+rev5.dev
62+
version: 6.4.2+rev1.dev
6363
fleet: info319/coderbot_pi5_64_test
6464
config: config_64
6565
env:

config_32/config.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,5 +1190,4 @@ dtparam=i2c_arm=on
11901190
dtparam=spi=on
11911191
disable_splash=1
11921192
avoid_warnings=1
1193-
dtparam=audio=on
1194-
arm_freq=1000
1193+
dtparam=audio=on

config_64/config.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,5 +1190,4 @@ dtparam=i2c_arm=on
11901190
dtparam=spi=on
11911191
disable_splash=1
11921192
avoid_warnings=1
1193-
dtparam=audio=on
1194-
arm_freq=1000
1193+
dtparam=audio=on

0 commit comments

Comments
 (0)