Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-05 21:13:25 -05:00
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…

W1CDN opened issue W1CDN/vulpes#26 2023-09-05 20:39:44 -05:00
Handle DST
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-05 20:34:55 -05:00
Set up scheduled program cycles

Oh no, DST. The time zone adjustment doesn't know about it.

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-05 16:49:59 -05:00
Set up scheduled program cycles

Holy buckets do js missing brackets break everything.

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-05 14:05:41 -05:00
Set up scheduled program cycles

Maybe I'll go back and make it use local time everywhere.

W1CDN closed issue W1CDN/vulpes#25 2023-09-05 11:08:58 -05:00
Update webform values on submit
W1CDN commented on issue W1CDN/vulpes#25 2023-09-05 11:08:53 -05:00
Update webform values on submit

Closed in 2060df96917d853942ba03af9b23ef3795bea2f9.

W1CDN opened issue W1CDN/vulpes#25 2023-09-04 21:56:03 -05:00
Update webform values on submit
W1CDN commented on pull request W1CDN/vulpes#24 2023-09-04 21:54:20 -05:00
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?

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-04 21:18:26 -05:00
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.

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-04 21:12:50 -05:00
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…
W1CDN created pull request W1CDN/vulpes#24 2023-09-04 20:50:18 -05:00
Set up scheduled program cycles
W1CDN commented on issue W1CDN/vulpes#19 2023-09-04 20:48:37 -05:00
Fix sending overlap when changing message

Closed in #21.

W1CDN pushed to main at W1CDN/vulpes 2023-09-04 20:48:15 -05:00
6807d3f56f Merge pull request 'Fix lockup and message change' (#21) from debug-new-message into main
07db0cf748 Add example config file.
4c6105734e Blink LED while sending CW.
a3ec425c88 Set old msg to new msg (fix lockup) and change CQ to TEST.
Compare 4 commits »
W1CDN deleted branch debug-new-message from W1CDN/vulpes 2023-09-04 20:48:15 -05:00
W1CDN merged pull request W1CDN/vulpes#21 2023-09-04 20:48:14 -05:00
Fix lockup and message change
W1CDN closed issue W1CDN/vulpes#19 2023-09-04 20:48:14 -05:00
Fix sending overlap when changing message
W1CDN opened issue W1CDN/vulpes#23 2023-09-04 20:45:31 -05:00
Make the webform prettier
W1CDN opened issue W1CDN/vulpes#22 2023-09-04 20:45:07 -05:00
Option at top of program to set up on network vs as access point
W1CDN commented on pull request W1CDN/vulpes#21 2023-09-04 20:41:57 -05:00
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.