Something like this:
char str[12];
sprintf( str, "%s/%s %s:%s", Day, Month, Hour, Min );
Serial.print( str );
But as PaulS said, it won't be more efficient at all ![]()
Something like this:
char str[12];
sprintf( str, "%s/%s %s:%s", Day, Month, Hour, Min );
Serial.print( str );
But as PaulS said, it won't be more efficient at all ![]()