12 ms·
when I was poking at the protocol (MQTT plaintext, including the auth) given the esp32 doesn't have a RTC onboard, they would send MQTT packets with the current
by unsnap_biceps 1mo ago
when I was poking at the protocol (MQTT plaintext, including the auth) given the esp32 doesn't have a RTC onboard, they would send MQTT packets with the current time and I suspect that they trigger off of those time packets rather then the software time source on the esp32.
- HardwareLust 1mo agoInteresting! Hadn't even considered that.