...and there is no reason to make one big String for printing. Just print the pieces:
Serial.print( "MD\t" );
Serial.println( field1 );
...and there is no reason to make one big String for printing. Just print the pieces:
Serial.print( "MD\t" );
Serial.println( field1 );