.end now returns void. Update getUnixEpoch so it runs correctly on the ATmega328P

This commit is contained in:
PaulZC
2021-04-01 12:45:34 +01:00
parent e483b119cc
commit 47f95a10b8
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ public:
//serialPort needs to be perviously initialized to correct baud rate
boolean begin(Stream &serialPort); //Returns true if module is detected
boolean end(void); //Stop all automatic message processing. Free all used RAM
void end(void); //Stop all automatic message processing. Free all used RAM
void setI2CpollingWait(uint8_t newPollingWait_ms); // Allow the user to change the I2C polling wait if required