Skip to content

Commit 0a52ce3

Browse files
committed
remove unnecessary config settings
1 parent 3829305 commit 0a52ce3

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
# fleet: info319/coderbot_test
1818
- type: raspberrypi3-64
1919
fleet: info319/coderbot_pi3_64_test
20-
# - type: raspberrypi0-2w-64
21-
# fleet: info319/coderbot_pi0w2_64_test
20+
- type: raspberrypi0-2w-64
21+
fleet: info319/coderbot_pi0w2_64_test
2222
runs-on: ubuntu-latest
2323
environment: test
2424
outputs:
@@ -40,14 +40,14 @@ jobs:
4040
matrix:
4141
device:
4242
- type: raspberrypi3
43-
version: v5.3.7.dev
43+
version: v5.3.21.dev
4444
fleet: info319/coderbot_test
45-
#- type: raspberrypi3-64
46-
# version: v5.0.8.dev
47-
# fleet: info319/coderbot_pi3_64_test
48-
#- type: raspberrypi0-2w-64
49-
# version: v5.1.47.dev
50-
# fleet: info319/coderbot_pi0w2_64_test
45+
- type: raspberrypi3-64
46+
version: v5.0.8.dev
47+
fleet: info319/coderbot_pi3_64_test
48+
- type: raspberrypi0-2w-64
49+
version: v5.3.21.dev
50+
fleet: info319/coderbot_pi0w2_64_test
5151
env:
5252
IMAGE_NAME: coderbot_${{ matrix.device.type }}.img
5353
DEVICE_TYPE: ${{ matrix.device.type }}

rpi/config.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,4 @@ disable_splash=1
11921192
avoid_warnings=1
11931193
dtparam=audio=on
11941194
#arm_freq=1000
1195-
#dtoverlay=ov5647
1196-
dtoverlay=vc4-fkms-v3d
11971195
camera_auto_detect=1

0 commit comments

Comments
 (0)