Skip to content

Commit

Permalink
Update basicUsageSoftSerial.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
djuseeq authored Apr 2, 2019
1 parent c2ec2ce commit f65f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basicUsageSoftSerial/basicUsageSoftSerial.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SoftwareSerial mySerial(7, 6); // RX, TX pins on arduino
Ch376msc flashDrive(mySerial); // Ch376 object with software serial
//..............................................................................................................................
// buffer for reading
char adatBuffer[65];// max length 255 = 254 char + 1 NULL character
char adatBuffer[255];// max length 255 = 254 char + 1 NULL character
//..............................................................................................................................
// strings for writing to file
char adat[]="Vivamus nec nisl molestie, blandit diam vel, varius mi. Fusce luctus cursus sapien in vulputate.\n";
Expand Down

0 comments on commit f65f7aa

Please sign in to comment.