Skip to content

Commit 0cbf381

Browse files
committed
fix wifi
1 parent 3035947 commit 0cbf381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8"
3+
version: "0.0.9"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
io.balena.features.kernel-modules: '1'
2323

2424
wifi-py:
25-
image: ghcr.io/coderbotorg/python-wifi-connect:0.0.13
25+
image: ghcr.io/coderbotorg/python-wifi-connect:0.0.14
2626
platform: linux/arm/v7
2727
restart: unless-stopped
2828
network_mode: host

0 commit comments

Comments
 (0)