Fixed a type error
This commit is contained in:
parent
1419c7c938
commit
64984a0269
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user