Skip to content

Commit 80d1e6a

Browse files
authored
Add files via upload
Guide code and files for PyPortal User Interface.
1 parent 51519c0 commit 80d1e6a

File tree

11 files changed

+4622
-0
lines changed

11 files changed

+4622
-0
lines changed

PyPortal_User_Interface/code.py

Lines changed: 421 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)