From 1d434b228304c61670651d25f769dbb1a82da2e0 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Sun, 17 Dec 2017 15:01:47 +0100 Subject: [PATCH] Update hal.py --- hal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hal.py b/hal.py index 9c67b89..450d32e 100644 --- a/hal.py +++ b/hal.py @@ -1,6 +1,7 @@ from utime import sleep_us from machine import Pin, PWM, ADC, time_pulse_us +# add your WiFi SSID and password WIFIS = dict({ "": ""})