Skip to content

Commit

Permalink
Chnaged reboot debugging message to actual system reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
jasbur committed Jan 23, 2019
1 parent 3858c07 commit 5c8cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/reset_device/reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
reboot_required = reset_lib.update_ssid(ssid_prefix, serial_last_four)

if reboot_required == True:
print('REBOOT')
os.system('reboot')

# This is the main logic loop waiting for a button to be pressed on GPIO 18 for 10 seconds.
# If that happens the device will reset to its AP Host mode allowing for reconfiguration on a new network.
Expand Down

0 comments on commit 5c8cba3

Please sign in to comment.