Skip to content

Commit 7e8c1a2

Browse files
authored
Merge pull request adafruit#1011 from RichardA1/master
Merged code into the Learn System after pylint
2 parents 27b4996 + 50ced06 commit 7e8c1a2

File tree

11 files changed

+4629
-0
lines changed

11 files changed

+4629
-0
lines changed

PyPortal_User_Interface/code.py

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.

PyPortal_User_Interface/fonts/Helvetica-Bold-16.bdf

Lines changed: 4194 additions & 0 deletions
Large diffs are not rendered by default.
75.3 KB
Binary file not shown.
4.26 KB
Binary file not shown.
4.26 KB
Binary file not shown.
4.26 KB
Binary file not shown.
75.3 KB
Binary file not shown.

PyPortal_User_Interface/secrets.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
secrets = {
2+
'ssid' : '_your_wifi_ssid_',
3+
'password' : '_your_wifi_password_',
4+
'broker' : '_your_mqtt_broker_url_or_ip',
5+
'user' : '_your_mqtt_broker_username_',
6+
'pass' : '_your_mqtt_broker_password_'
7+
}
9.14 KB
Binary file not shown.
36.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)