serial messenger bug fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
* To send a message: connect to the Arduino over a Serial link.
|
* To send a message: connect to the Arduino over a Serial link.
|
||||||
* Send the following over the serial link:
|
* Send the following over the serial link:
|
||||||
* `from,to,:message
|
* `from,to,:message
|
||||||
* example: * `KG7OGM,KG7OGM,:Hi there
|
* example: * KG7OGM,KG7OGM,:Hi there`
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -140,6 +140,7 @@ void prepMessage() {
|
|||||||
}
|
}
|
||||||
Serial.println("Done sending");
|
Serial.println("Done sending");
|
||||||
radio.setModeReceive();
|
radio.setModeReceive();
|
||||||
|
messagebuff = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user