Skip to content

Commit 01a6157

Browse files
authored
Merge pull request #21 from makermelissa/master
Changed Default Timezone to String because Int breaks PyPortal
2 parents 370e56e + 53a46c2 commit 01a6157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32spi_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
secrets = {
55
'ssid' : 'yourssid',
66
'password' : 'yourpassword',
7-
'timezone' : -5, # this is offset from UTC
7+
'timezone' : "America/New_York", # Check http://worldtimeapi.org/timezones
88
'aio_username' : 'youraiousername',
99
'aio_key' : 'youraiokey',
1010
}

0 commit comments

Comments
 (0)