xSnowHeadx / OverlappingSegmentClock

GNU General Public License v3.0
3 stars 1 forks source link

12 hour time wont compile and random shutoffs on 24h #1

Open littleferris opened 2 years ago

littleferris commented 2 years ago

First of all thank you for this example! However

When trying to compile for 12 hour I am getting
error: request for member 'tm_hour' in 'tmtime', which is of pointer type 'tm*' (maybe you meant to use '->' ?) after a couple hours there seems to be a reset and the time stops updating as well.

xSnowHeadx commented 2 years ago

Sorry, after the last changes I didn't test the 12H mode. It is now fixed in the current commit. The restarts may be caused by triggering the hardware watchdog. I disabled it in the setup and hope, that this will prevent the restarts. Thanks for the hints.

littleferris commented 2 years ago

awesome thanks. I am testing this out now.