File tree Expand file tree Collapse file tree 4 files changed +17
-22
lines changed
Expand file tree Collapse file tree 4 files changed +17
-22
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 max-parallel : 3
1414 matrix :
1515 device :
16- # - type: raspberrypi3
17- # fleet: info319/coderbot_test
18- - type : raspberrypi3-64
19- fleet : info319/coderbot_pi3_64_test
20- - type : raspberrypi0-2w-64
21- fleet : info319/coderbot_pi0w2_64_test
16+ - type : raspberrypi3
17+ fleet : info319/coderbot_test
18+ # - type: raspberrypi3-64
19+ # fleet: info319/coderbot_pi3_64_test
20+ # - type: raspberrypi0-2w-64
21+ # fleet: info319/coderbot_pi0w2_64_test
2222 runs-on : ubuntu-latest
2323 environment : test
2424 outputs :
@@ -42,12 +42,12 @@ jobs:
4242 - type : raspberrypi3
4343 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.3.21.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 }}
Original file line number Diff line number Diff line change 11name : CoderBot
22type : sw.application
3- version : " 0.0.9 "
3+ version : " 0.0.12 "
44description : >-
55 CoderBot is an educational robot developed by Università di Milano - Bicocca.
66fleetcta : CoderBot is an educational robot
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 frontend :
4- image : ghcr.io/coderbotorg/frontend:latest-arm64
5- platform : linux/arm64
4+ image : ghcr.io/coderbotorg/frontend:v0.7.2
65 restart : unless-stopped
76 network_mode : host
87 privileged : true
98
109 backend :
11- image : ghcr.io/coderbotorg/backend:git-c2ccffa-arm64
12- platform : linux/arm64
10+ image : ghcr.io/coderbotorg/backend:5.1.1
1311 restart : unless-stopped
1412 network_mode : host
1513 privileged : true
@@ -23,7 +21,6 @@ services:
2321
2422 wifi-py :
2523 image : ghcr.io/coderbotorg/python-wifi-connect:0.0.16
26- platform : linux/arm64
2724 restart : unless-stopped
2825 network_mode : host
2926 privileged : true
@@ -43,7 +40,6 @@ services:
4340
4441 pigpio :
4542 image : coderbot/alpine-pigpiod:pigpio-v79
46- platform : linux/arm64
4743 restart : unless-stopped
4844 network_mode : host
4945 privileged : true
Original file line number Diff line number Diff line change 466466##
467467## Default 0
468468##
469- start_x=0
469+ start_x=1
470470
471471## disable_camera_led
472472## Turn off the red camera led when recording video or taking a still
@@ -1191,5 +1191,4 @@ dtparam=spi=on
11911191disable_splash=1
11921192avoid_warnings=1
11931193dtparam=audio=on
1194- #arm_freq=1000
1195- camera_auto_detect=1
1194+ arm_freq=1000
You can’t perform that action at this time.
0 commit comments