Randomized Station Time + Night Shifts

This commit is contained in:
kevinz000
2018-02-17 16:05:31 -08:00
parent 0097714eab
commit 8ebc63d2f2
33 changed files with 206 additions and 57 deletions
@@ -330,7 +330,7 @@
data["PC_programheaders"] = program_headers
data["PC_stationtime"] = worldtime2text()
data["PC_stationtime"] = station_time_timestamp()
data["PC_hasheader"] = 1
data["PC_showexitprogram"] = active_program ? 1 : 0 // Hides "Exit Program" button on mainscreen
return data