diff --git a/boot.py b/boot.py index 6102f66..af7a0d2 100644 --- a/boot.py +++ b/boot.py @@ -38,10 +38,10 @@ ############################################################################### if not pycom.wifi_on_boot(): - pycom.wifi_on_boot(False) + pycom.wifi_on_boot(True) ############################################################################### # Finished boot process # ############################################################################### -print("Boot finished.") \ No newline at end of file +print("Boot finished.")