fix RTC lib bug

This commit is contained in:
cyberman54 2023-06-25 15:08:02 +02:00
parent 3db86bc59e
commit f009417d33
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#if (HAS_GPS) #if (HAS_GPS)
#include <TinyGPS++.h> // library for parsing NMEA data #include <TinyGPS++.h> // library for parsing NMEA data
#include <RtcDateTime.h>
#include "timekeeper.h" #include "timekeeper.h"
#ifndef GPS_BAUDRATE #ifndef GPS_BAUDRATE

View File

@ -80,7 +80,7 @@ lib_deps_basic =
greyrook/libpax @ ^1.1.0 greyrook/libpax @ ^1.1.0
https://github.com/SukkoPera/Arduino-Rokkit-Hash.git https://github.com/SukkoPera/Arduino-Rokkit-Hash.git
bblanchon/ArduinoJson @ ^6.21.2 bblanchon/ArduinoJson @ ^6.21.2
makuna/RTC @ 2.3.7 makuna/RTC @ ^2.4.0
mathertel/OneButton @ ^2.0.3 mathertel/OneButton @ ^2.0.3
lewisxhe/XPowersLib @ ^0.1.7 lewisxhe/XPowersLib @ ^0.1.7
256dpi/MQTT @ ^2.5.1 256dpi/MQTT @ ^2.5.1