Skip to content

Commit ee16dab

Browse files
committed
Merge branch 'master' into develop
2 parents 6ab6d2b + 2a22110 commit ee16dab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: defaults/config.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"wifi_psk":"coderbot",
4444
"packages_installed":"",
4545
"admin_password":"",
46-
"hardware_version":"5",
4746
"pid_kp":"8.0",
4847
"pid_kd":"0.0",
4948
"pid_ki":"0.0",

Diff for: docker/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ modprobe i2c-dev
88
# set home
99
cd /coderbot
1010
# start coderbot
11-
python3 coderbot/main.py
11+
python3 coderbot/main.py

0 commit comments

Comments
 (0)