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:
13
13
max-parallel : 3
14
14
matrix :
15
15
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
22
22
runs-on : ubuntu-latest
23
23
environment : test
24
24
outputs :
@@ -42,12 +42,12 @@ jobs:
42
42
- type : raspberrypi3
43
43
version : v5.3.21.dev
44
44
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
51
51
env :
52
52
IMAGE_NAME : coderbot_${{ matrix.device.type }}.img
53
53
DEVICE_TYPE : ${{ matrix.device.type }}
Original file line number Diff line number Diff line change 1
1
name : CoderBot
2
2
type : sw.application
3
- version : " 0.0.9 "
3
+ version : " 0.0.12 "
4
4
description : >-
5
5
CoderBot is an educational robot developed by Università di Milano - Bicocca.
6
6
fleetcta : CoderBot is an educational robot
Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
frontend :
4
- image : ghcr.io/coderbotorg/frontend:latest-arm64
5
- platform : linux/arm64
4
+ image : ghcr.io/coderbotorg/frontend:v0.7.2
6
5
restart : unless-stopped
7
6
network_mode : host
8
7
privileged : true
9
8
10
9
backend :
11
- image : ghcr.io/coderbotorg/backend:git-c2ccffa-arm64
12
- platform : linux/arm64
10
+ image : ghcr.io/coderbotorg/backend:5.1.1
13
11
restart : unless-stopped
14
12
network_mode : host
15
13
privileged : true
@@ -23,7 +21,6 @@ services:
23
21
24
22
wifi-py :
25
23
image : ghcr.io/coderbotorg/python-wifi-connect:0.0.16
26
- platform : linux/arm64
27
24
restart : unless-stopped
28
25
network_mode : host
29
26
privileged : true
@@ -43,7 +40,6 @@ services:
43
40
44
41
pigpio :
45
42
image : coderbot/alpine-pigpiod:pigpio-v79
46
- platform : linux/arm64
47
43
restart : unless-stopped
48
44
network_mode : host
49
45
privileged : true
Original file line number Diff line number Diff line change 466
466
##
467
467
## Default 0
468
468
##
469
- start_x=0
469
+ start_x=1
470
470
471
471
## disable_camera_led
472
472
## Turn off the red camera led when recording video or taking a still
@@ -1191,5 +1191,4 @@ dtparam=spi=on
1191
1191
disable_splash=1
1192
1192
avoid_warnings=1
1193
1193
dtparam=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