PIC source code

Tony
Site Admin
Posts: 957
Joined: Tue Jul 24, 2012 8:05 pm

PIC source code

Post by Tony »

PIC source code for the In-8-2 clock:
Coppertop piccode.rar
(23.78 KiB) Downloaded 1118 times
xabitire
Posts: 1
Joined: Sat Jul 14, 2018 8:29 am

Re: PIC source code

Post by xabitire »

There is a bug in the 1 hour summer time update when using the clock with a GPS dongle. The problem is that the BST update is applied before the read GPS time gets applied, which is why the BST update just gets ignored. The fix is to run the BST update after the GSP update is applied.

I attached my updated sources including a compiled hex below.

The update also includes a bugfix of Skyraider fixing a problem with GSP dongles that send empty messages before they get a time sync (see viewtopic.php?f=24&t=133).
Attachments
GPS_BST_fix.zip
(34.58 KiB) Downloaded 923 times
Post Reply