-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Version 0.1.0 (2025-01-03) | ||
|
||
Initial release with support for [WWVB], [DCF77], and Junghans's proprietary format. | ||
|
||
WWVB's amplitude modulated signal is fully implemented, but its phase modulated signal currently | ||
has some unsupported features: | ||
- **6-minute time frames**. 1-minute frames are transmitted instead. | ||
- **Full-year DST in the `dst_next` field**. Time and current DST information can be transmitted in | ||
full-year DST situations successfully, but the `dst_next` field will be incorrectly set to `0x23` | ||
(DST transition occurs at a different time). | ||
- **Negative leap seconds**. All leap seconds to date have been positive. | ||
- **Message frames**. These are special, non-time messages that are not intended use of this | ||
module. | ||
|
||
[WWVB]: https://en.wikipedia.org/wiki/WWVB | ||
[DCF77]: https://en.wikipedia.org/wiki/DCF77 |