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
|
SoftwareSerial mySoftwareSerial(2, 3); // RX, TX
|
||||||
EthernetUDP ntpUDP;
|
EthernetUDP ntpUDP;
|
||||||
DFRobotDFPlayerMini myDFPlayer;
|
DFRobotDFPlayerMini myDFPlayer;
|
||||||
int last = 0;
|
unsigned long last = 0;
|
||||||
|
|
||||||
NTPClient timeClient(ntpUDP, "ntp.ghink.net", 8*3600, 60000);
|
NTPClient timeClient(ntpUDP, "ntp.ghink.net", 8*3600, 60000);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user