Update globals.h

As mentioned by Makuna of RTC library project.
This commit is contained in:
Tom 2023-07-02 18:12:11 +02:00 committed by GitHub
parent ad35df9f88
commit 6c2c067e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,7 @@
// Time functions // Time functions
#ifdef HAS_RTC #ifdef HAS_RTC
#include <RtcUtility.h> #include <RtcDS3231.h>
#include <RtcDateTime.h>
#endif #endif
#include <Ticker.h> #include <Ticker.h>
@ -114,4 +113,4 @@ typedef struct {
extern char clientId[20]; // unique clientID extern char clientId[20]; // unique clientID
#endif #endif