patch/inkylauncher
thirdr 2022-12-20 15:12:45 +00:00 zatwierdzone przez Phil Howard
rodzic e2e4687f0c
commit 192625956b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)