Skip to content

Commit 76b850a

Browse files
committed
fix 4.1 bugs
1 parent 94985a5 commit 76b850a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

coderbot.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"hw_version":"5",
3939
"audio_volume_level":"100",
4040
"wifi_mode":"ap",
41-
"wifi_ssid":"",
42-
"coderbot_CHANGEMEATFIRSTRUN":"coderbot",
41+
"wifi_ssid":"coderbot_CHANGEMEATFIRSTRUN",
42+
"wifi_psk":"coderbot",
4343
"packages_installed":"",
4444
"admin_password":"",
4545
"hardware_version":"5"

data/defaults/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"hw_version":"5",
3939
"audio_volume_level":"100",
4040
"wifi_mode":"ap",
41-
"wifi_ssid":"",
42-
"coderbot_CHANGEMEATFIRSTRUN":"coderbot",
41+
"wifi_ssid":"coderbot_CHANGEMEATFIRSTRUN",
42+
"wifi_psk":"coderbot",
4343
"packages_installed":"",
4444
"admin_password":"",
4545
"hardware_version": "5"

0 commit comments

Comments
 (0)