26 lines
574 B
Python
26 lines
574 B
Python
secrets = {
|
|
'location': 'Stcc',
|
|
'ssid': 'cset@stcc',
|
|
'password': 'c1s2e3t4',
|
|
}
|
|
|
|
WIFI_SSID = "cset@stcc"
|
|
WIFI_PASSWORD = "c1s2e3t4"
|
|
|
|
#AIO_USERNAME = "your_adafruit_username"
|
|
#AIO_KEY = "your_adafruit_key"
|
|
|
|
# The following data is INVALID and made up. Go to your Adafruit
|
|
# dashboard, open the key icon, then replace the information with
|
|
# your own username and key.
|
|
|
|
AIO_USERNAME = "csetuser"
|
|
AIO_KEY = "aio_qzZV9854jSpSpBSvKPNaNwP9hDaj"
|
|
|
|
# Be sure to create the following feeds on io.adafruit.com:
|
|
# humidity
|
|
# temperature
|
|
# led
|
|
# temperaturesetting
|
|
|
|
|