How can I test if Spark.syncTime() has finished after startup?

What if you do something like:

function setup() {
  while (! Time.second()) { /* wait for iiiiiit... */ }
  // at this point, time is running. so we can do the rest of our setup
}
1 Like