Skip to content

Releases: ahnlak/uniclock

NTP Fix

Choose a tag to compare

@ahnlak ahnlak released this 23 Jan 14:34

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

Choose a tag to compare

@ahnlak ahnlak released this 26 Mar 16:44

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

Choose a tag to compare

@ahnlak ahnlak released this 26 Mar 15:16

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.