Webform switch between continuous and cycle sending #12

Merged
W1CDN merged 9 commits from continuous-or-cycle into main 2023-09-02 18:49:25 -05:00
Contributor

Closes #7.

Closes #7.
mattbk added 1 commit 2023-08-31 11:52:16 -05:00
Owner

Got that to work.

Probably need a setting for "off," huh?

  • 0 off
  • 1 continuous
  • 2 cycle
Got that to work. Probably need a setting for "off," huh? - 0 off - 1 continuous - 2 cycle
mattbk added 1 commit 2023-08-31 20:41:30 -05:00
mattbk added 1 commit 2023-08-31 21:35:56 -05:00
Owner

Had it working, and then tried to add a message selector and placeholder for WPM setting. Now some of the files fail to write.

Had it working, and then tried to add a message selector and placeholder for WPM setting. Now some of the files fail to write.
mattbk added 1 commit 2023-08-31 23:09:31 -05:00
Owner

It has to do with how I was selecting the message to send. Things being overwritten in loop(). Works now with default message.

It has to do with how I was selecting the message to send. Things being overwritten in loop(). Works now with default message.
mattbk added 1 commit 2023-09-01 09:39:20 -05:00
This only works after you submit the webform again. More work needed so it works on start.
Owner

This only works after you submit the webform again. More work needed so it works on start. So close!

This only works after you submit the webform again. More work needed so it works on start. So close!
mattbk added 1 commit 2023-09-01 10:01:53 -05:00
Owner

It will resume previous message on startup now. There is a little stutter in the LED when submitting the webform, so fix that somehow.

It will resume previous message on startup now. There is a little stutter in the LED when submitting the webform, so fix that somehow.
mattbk added 1 commit 2023-09-01 14:16:09 -05:00
mattbk added 1 commit 2023-09-02 18:35:32 -05:00
Owner

Oops, scope creep again. I should close this one and start another. VSCode is not my favorite for dealing with git.

I have the RTC module talking to the ESP32 and a way to fill in the unix timestamp in the webform, but the timestamp is from when the page was loaded, not when it was submitted.

- [ ] get js timestamp on form submit, not page load
- [ ] update RTC time from webform timestamp

Fixed the branches and picked this up at #16.

Oops, scope creep again. I should close this one and start another. VSCode is not my favorite for dealing with git. ~~I have the RTC module talking to the ESP32 and a way to fill in the unix timestamp in the webform, but the timestamp is from when the page was loaded, not when it was submitted.~~ ~~- [ ] get js timestamp on form submit, not page load~~ ~~- [ ] update RTC time from webform timestamp~~ Fixed the branches and picked this up at https://amiok.net/gitea/W1CDN/vulpes/pulls/16.
mattbk added 1 commit 2023-09-02 18:48:53 -05:00
W1CDN merged commit ca53478b3c into main 2023-09-02 18:49:25 -05:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/vulpes#12
No description provided.