2026IoTPicowLab/Lab09/MicroPython/Code/secrets.py
2026-03-31 00:31:30 -04:00

6 lines
103 B
Python

secrets = {
'location': 'Chicopee',
'ssid': 'firefly',
'password': '5245245245245',
}