UART & Sensors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# This file is executed on every boot (including wake-boot from deepsleep)
|
||||
#import esp
|
||||
#esp.osdebug(None)
|
||||
import esp
|
||||
esp.osdebug(True)
|
||||
#import webrepl
|
||||
#webrepl.start()
|
||||
|
||||
@@ -16,4 +16,4 @@ def do_connect(ssid, pwd):
|
||||
print('network config:', sta_if.ifconfig())
|
||||
|
||||
# Attempt to connect to WiFi network
|
||||
do_connect("Smartwave-1", 'Smartwave-prot-1')
|
||||
# do_connect("Smartwave-1", 'Smartwave-prot-1')
|
||||
|
||||
Reference in New Issue
Block a user