Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleIncomplete

This page is incomplete and does not follow template layout. It needs to be updated.

 

 

Called only one time at boot time. Sets the initial time.

 

Code Block
languagetext
titlereset_time

...

Flow Chart
sets next_hour_update

...


  does not set net_minute_update (I assume because it’s just a needless drain on resources)

...


  sets time_info structure with a call to moon_time_passed()

...


  sets phases of the moon, etc..

...


  does a bunch of other stuff that is not important to the time issue.

...


end reset_time breakdow