This blog is a record of what I do, what I think and what I read. If you are interested to know about my professional experience, you can refer to the other blog of mine.
http://admi2camac.blogspot.com/
Sunday, 29 March 2026
Secret credentials
ssid="xxxxx"
password="xxxxx"
WIFI_SSID = "xxxxx"
WIFI_PASS = "xxxxx"
Mobile_Hotspot_SSID = "xxxxx"
Mobile_Hotspot_pass = "xxxxx"
THINGSPEAK_API_KEY = "xxxxx"
To call these passwords, insert a line:
import secret
in the main program
No comments:
Post a Comment