Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 22:07:48 -05:00
Integrate RTC chip

That seems to work.

  • why does it seem like webform files are being written twice? Javascript?
W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 21:49:44 -05:00
Integrate RTC chip

Calling RTClib as a dependency as the GitHub url in platform.io file. It is a newer version (2.1.2) than the library in PlatformIO/VSCode.

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 21:42:11 -05:00
Integrate RTC chip

I thought the issue was string conversion, but what has been causing the crash is rtc.adjust(DateTime();, no matter what value is in it (or empty).

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 20:03:35 -05:00
Integrate RTC chip

Trying to convert from string to long, it should work with new build flag but it's not.

W1CDN commented on pull request W1CDN/vulpes#16 2023-09-02 18:52:45 -05:00
Integrate RTC chip

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…

W1CDN created pull request W1CDN/vulpes#16 2023-09-02 18:52:27 -05:00
Integrate RTC chip
W1CDN merged pull request W1CDN/vulpes#12 2023-09-02 18:49:25 -05:00
Webform switch between continuous and cycle sending
W1CDN pushed to main at W1CDN/vulpes 2023-09-02 18:49:25 -05:00
ca53478b3c Merge pull request 'Webform switch between continuous and cycle sending' (#12) from continuous-or-cycle into main
736109b9b0 Revert "Stub out RTC integration."
7d673fe70c Stub out RTC integration.
bfc43443b4 Clarify some things.
20e075d29d Send previous message on startup.
Compare 10 commits »
W1CDN closed issue W1CDN/vulpes#7 2023-09-02 18:49:25 -05:00
Toggle between "send continuously" and "send program on schedule"
W1CDN commented on pull request W1CDN/vulpes#12 2023-09-02 18:37:20 -05:00
Webform switch between continuous and cycle sending

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…

W1CDN opened issue W1CDN/vulpes#15 2023-09-01 11:36:20 -05:00
Fill in selected values for select menus on webform
W1CDN commented on pull request W1CDN/vulpes#12 2023-09-01 10:02:32 -05:00
Webform switch between continuous and cycle sending

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

W1CDN commented on pull request W1CDN/vulpes#12 2023-09-01 09:39:40 -05:00
Webform switch between continuous and cycle sending

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

W1CDN commented on pull request W1CDN/vulpes#12 2023-08-31 23:10:16 -05:00
Webform switch between continuous and cycle sending

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

W1CDN commented on pull request W1CDN/vulpes#12 2023-08-31 21:36:41 -05:00
Webform switch between continuous and cycle sending

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

W1CDN closed issue W1CDN/vulpes#13 2023-08-31 13:57:33 -05:00
Confirm works with relay on gpio
W1CDN opened issue W1CDN/vulpes#13 2023-08-31 13:57:29 -05:00
Confirm works with relay on gpio
W1CDN commented on pull request W1CDN/vulpes#12 2023-08-31 11:53:00 -05:00
Webform switch between continuous and cycle sending

Got that to work.

Probably need a setting for "off," huh?

W1CDN opened issue W1CDN/vulpes#11 2023-08-31 11:22:03 -05:00
Check input type on webform submit
W1CDN opened issue W1CDN/vulpes#6 2023-08-31 09:13:26 -05:00
Write default values to files