Block a user
Set up scheduled program cycles
All back on local time now. The current time is saved with an epoch shift according to the timezone offset in JS. The start program time is local by default from the HTML form. Both are stored as…
Set up scheduled program cycles
I can get the submitted unix time copied into a file/variable, but it might be local time rather than UTC?
Set up scheduled program cycles
HTML field is datetime-local, which needs to be labeled as UTC.
https://www.w3schools.com/tags/att_input_type_datetime-local.asp
Comes out as 2023-09-02T05:34 format.
Set up scheduled program cycles
If using ardino-timer (https://github.com/contrem/arduino-timer), how to set this up?
- get start time of program from webform
- start time should be in unix utc, but RTC uses seconds…
Set up scheduled program cycles
Fix sending overlap when changing message
Option at top of program to set up on network vs as access point
Fix lockup and message change
I finally committed the example config file, which is really only necessary for development. Once developed, I will set this up as an access point.