I'm using Expressif ESP32 dev boards and the PainlessMesh library. My nodes do an initial time sync, but after a while I've seen odd behavior where the calculated offset is negative... implying that the message came from the future.
I see in the PainlessMesh class definition a protected method called startTimeSync, which sounds similar to what I want. Is there a way to manually initiate a time sync request via PainlessMesh?
Thanks!