Skip to content

Commit 6f3aca9

Browse files
authored
Merge pull request #55 from CoderBotOrg/main
merge main
2 parents 0a52ce3 + 7e83a45 commit 6f3aca9

File tree

4 files changed

+17
-22
lines changed

4 files changed

+17
-22
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CoderBot
22
type: sw.application
3-
version: "0.0.9"
3+
version: "0.0.12"
44
description: >-
55
CoderBot is an educational robot developed by Università di Milano - Bicocca.
66
fleetcta: CoderBot is an educational robot

docker-compose.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: '2'
22
services:
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

rpi/config.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
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
11911191
disable_splash=1
11921192
avoid_warnings=1
11931193
dtparam=audio=on
1194-
#arm_freq=1000
1195-
camera_auto_detect=1
1194+
arm_freq=1000

0 commit comments

Comments
 (0)