Skip to content

Releases: ahnlak/uniclock

NTP Fix

23 Jan 14:34
Compare
Choose a tag to compare

Because of the way we set the RTC, we were trying to set the month in a range of 0-11, rather than the 1-12 it expected. Most of the time this happened to work, but because it's now January we were trying to use month 0, which is ... wrong.

Small Bugfix

26 Mar 16:44
Compare
Choose a tag to compare

Creating a release is a great way to spot a lurking bug.

Now correctly frees the pbuf handed to the udp_recv() callback of the NTP handling, to avoid a potential (small) memory leak.

First Public Release

26 Mar 15:16
Compare
Choose a tag to compare

Well, I think this is probably fit for human consumption. A clock display capable of setting itself via NTP, and offering relatively easy configuration via USB.

This was originally going to be a 'simple' demonstration of using the WiFi capabilities of the Galactic Unicorn but, frankly, it's probably a bit too messy for that now!

Anyway, enjoy.