initial commit

This commit is contained in:
dan
2021-12-23 14:44:12 -05:00
commit 778bd82954
12 changed files with 254 additions and 0 deletions

10
data/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"ssid": "DD",
"wifi_pass": "ICYN30blah",
"tz": "America/New_York",
"quiet_start_hour": 14,
"quiet_start_min": 0,
"quiet_end_hour": 14,
"quiet_end_min": 32,
"ChimeMode": 1
}

1
data/index.html Normal file
View File

@@ -0,0 +1 @@
Testing Server. This has been updated.