spycatcher2k:
Serial.println(h-'0');
Serial.println(m-'0');
Change toSerial.println(h);
Serial.println(m);as you are not sending ASCII.
thanks, will check and update!
spycatcher2k:
Serial.println(h-'0');
Serial.println(m-'0');
Change toSerial.println(h);
Serial.println(m);as you are not sending ASCII.
thanks, will check and update!