Block a user
Fix sending overlap when changing message
I think this is fixed in a3ec425c882466f43d7e16f0c8865c143bdfe53b.
Add option in webform to send with onboard LED, key, or both
Fix sending overlap when changing message
Flash onboard LED along with what is being sent
Replace loud relay with transistor to key radio
Integrate RTC chip
That seems to work.
- why does it seem like webform files are being written twice? Javascript?
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.
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).
Integrate RTC chip
Trying to convert from string to long, it should work with new build flag but it's not.