]> git.tnoah.ca Git - lora-radio.git/commitdiff
Added precompiled image
authorMark Qvist <mark@adepta.io>
Wed, 27 Jun 2018 12:50:18 +0000 (14:50 +0200)
committerMark Qvist <mark@adepta.io>
Wed, 27 Jun 2018 12:50:18 +0000 (14:50 +0200)
Precompiled/README.md [new file with mode: 0644]
RNode_Firmware.ino

diff --git a/Precompiled/README.md b/Precompiled/README.md
new file mode 100644 (file)
index 0000000..a1679d5
--- /dev/null
@@ -0,0 +1,2 @@
+# Precompiled Firmware
+This directory contains the latest version of the precompiled firmware. You can download and flash this file to your RNode using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil).
\ No newline at end of file
index 6e6604f102480bb99665481c6400e6ff1c5c114c..714b44569e0a59e8d0f8dcd674cfab9b1d49a2dc 100644 (file)
@@ -147,6 +147,7 @@ void receiveCallback(int packet_size) {
       Serial.write(FEND);
       Serial.write(CMD_STAT_RSSI);
       Serial.write((uint8_t)(last_rssi-rssi_offset));
+      Serial.write(FEND);
 
       // And then write the entire packet
       Serial.write(FEND);
@@ -172,6 +173,7 @@ void receiveCallback(int packet_size) {
     Serial.write(FEND);
     Serial.write(CMD_STAT_RSSI);
     Serial.write((uint8_t)(last_rssi-rssi_offset));
+    Serial.write(FEND);
 
     // And then write the entire packet
     Serial.write(FEND);