* fix for AutoDiscoverRTCClock

This commit is contained in:
Scott Powell
2025-04-21 16:35:55 +10:00
parent c0eb5bffaa
commit 8f70d48ea1

View File

@@ -1,7 +1,6 @@
#include "AutoDiscoverRTCClock.h"
#include "RTClib.h"
#include <Melopero_RV3028.h>
#include "pcf8563.h"
static RTC_DS3231 rtc_3231;
static bool ds3231_success = false;