initial support for thinknode m9

This commit is contained in:
liamcottle
2026-07-13 19:07:09 +12:00
parent 1c5a8426e8
commit 87bf371cd3
12 changed files with 563 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ void AutoDiscoverRTCClock::begin(TwoWire& wire) {
}
if (i2c_probe(wire, PCF8563_ADDRESS)) {
MESH_DEBUG_PRINTLN("PCF8563: Found");
rtc_8563_success = rtc_8563.begin(&wire);
}