Fixed a type error

This commit is contained in:
Bigsk 2023-06-17 17:19:21 +08:00
parent 1419c7c938
commit 64984a0269

View File

@ -11,7 +11,7 @@ int sensorValue = 0;
SoftwareSerial mySoftwareSerial(2, 3); // RX, TX
EthernetUDP ntpUDP;
DFRobotDFPlayerMini myDFPlayer;
int last = 0;
unsigned long last = 0;
NTPClient timeClient(ntpUDP, "ntp.ghink.net", 8*3600, 60000);