I can get the submitted unix time copied into a file/variable, but it might be local time rather than UTC?
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.
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…
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.
Leaving keying speed out for now. Rules say 8-15 wpm. I'll set it at 12 to be in the middle. Low priority.
If it helps, I flashed to a new ESP32 board today and the missing files didn't cause any issues (except for thee being no default values).
I think this is fixed in a3ec425c882466f43d7e16f0c8865c143bdfe53b.