serial messenger bug fixes

This commit is contained in:
Morgan Redfield 2019-04-12 11:50:17 -07:00
parent 7941388980
commit 1d0eb281e2
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
* To send a message: connect to the Arduino over a Serial link.
* Send the following over the serial link:
* `from,to,:message
* example: * `KG7OGM,KG7OGM,:Hi there
* example: * KG7OGM,KG7OGM,:Hi there`
*/
@ -140,6 +140,7 @@ void prepMessage() {
}
Serial.println("Done sending");
radio.setModeReceive();
messagebuff = "";
}