'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
}
Inside is a Python dictionary named secrets with a line for each entry. Each entry has
an entry name (say
(
'home_wifi_network'
At a minimum you'll need to adjust the
so do that now!
As you make projects you may need more tokens and keys, just add them one line at
a time. See for example other tokens such as one for accessing GitHub or the
Hackaday API. Other non-secret data like your timezone can also go here, just cause
its called secrets doesn't mean you can't have general customization data in there!
For the correct time zone string, look at http://worldtimeapi.org/timezones () and
remember that if your city is not listed, look for a city in the same time zone, for
example Boston, New York, Philadelphia, Washington DC, and Miami are all on the
same time as New York.
Of course, don't share your secrets.py - keep that out of GitHub, Discord or other
project-sharing sites.
Don't share your secrets.py file, it has your passwords and API keys in it!
If you connect to the serial console, you should see something like the following:
©Adafruit Industries
) and then a colon to separate it from the entry key
'ssid'
) and finally a comma (
).
,
and
ssid
password
for your local WiFi setup
Page 145 of 263
Need help?
Do you have a question about the ESP32-S3 and is the answer not in the manual?