Matt W1CDN
  • Joined on 2023-04-08
W1CDN deleted branch continuous-or-cycle from W1CDN/vulpes 2023-09-03 11:01:59 -05:00
W1CDN deleted branch add-rtc from W1CDN/vulpes 2023-09-03 11:00:54 -05:00
W1CDN merged pull request W1CDN/vulpes#16 2023-09-03 11:00:47 -05:00
Integrate RTC chip
W1CDN pushed to main at W1CDN/vulpes 2023-09-03 11:00:47 -05:00
48db6bc4c9 Merge pull request 'Integrate RTC chip' (#16) from add-rtc into main
d4db1fa1f8 Push current time back to web page.
d5852bb3bb Clean up JS.
abe751d30c Get form submission time from webform and update RTC.
0317a93d38 Shelve.
Compare 6 commits »
W1CDN commented on pull request W1CDN/vulpes#16 2023-09-03 10:52:51 -05:00
Integrate RTC chip

Had to use rtc.now().timestamp() to get string rather than char. 🙄

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

This makes it crash: rtc.now().toString("DDD, DD MMM YYYY hh:mm:ss");

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.