diff --git a/micropython/examples/inky_frame/inkylauncher/inky_helper.py b/micropython/examples/inky_frame/inkylauncher/inky_helper.py index 7c2db56a..411506da 100644 --- a/micropython/examples/inky_frame/inkylauncher/inky_helper.py +++ b/micropython/examples/inky_frame/inkylauncher/inky_helper.py @@ -59,6 +59,7 @@ def stop_network_led(): network_led_timer.deinit() network_led_pwm.duty_u16(0) + def sleep(t): # Time to have a little nap until the next update rtc.clear_timer_flag() @@ -81,6 +82,7 @@ def clear_button_leds(): inky_frame.button_d.led_off() inky_frame.button_e.led_off() + def network_connect(SSID, PSK): # Enable the Wireless wlan = network.WLAN(network.STA_IF)