Home Forums EasyTransfer Library Support Forum How to check connection Reply To: How to check connection

#2999
Bill
Member

last_message records what returns from the millis() function. So if you go lookup millis() in the reference pages:

http://arduino.cc/en/Reference/Millis

You see what it returns is a unsigned long. That is what you should declare it as.