Commit Graph

18 Commits

Author SHA1 Message Date
Mark Qvist
544eb85eef
Revert "Fix RSSI offset for pre-msg RSSI notification" 2019-10-29 20:35:53 +01:00
Matt Corallo
30a07a32ce
Fix RSSI offset for pre-msg RSSI notification
last_rssi is a large negative number, with rssi_offset being +292,
intended to be added to put the value inside the range of a single byte uint.
Before sending the data message, a RSSI message is automatically sent,
which is quite nice, but the value ends up overflowing the 8-bit uint, giving
a bogus value.
2019-09-26 22:22:05 +00:00
Mark Qvist
1275c5876d Fix DCD bug 2019-01-06 12:55:08 +01:00
Mark Qvist
cec3cda7c9 External toolchain and Arduino IDE compatibility 2019-01-01 15:52:48 +01:00
Mark Qvist
f8a2cb8a05 Arduino IDE compat fix 2018-12-01 19:31:51 +01:00
Mark Qvist
a5243ed4ac Fixed flow control ready indication 2018-07-04 23:24:07 +02:00
Mark Qvist
e7ca8d7cde Enabled LoRa spreading factor 6 2018-06-30 12:10:14 +02:00
Mark Qvist
94d8493a28 Added precompiled image 2018-06-27 14:50:18 +02:00
Mark Qvist
d493e5e311 Implemented LoRa promiscuous mode 2018-06-27 11:42:48 +02:00
Mark Qvist
11e3b8908d On-board packet queue 2018-06-27 10:22:44 +02:00
Mark Qvist
3deab29845 TNC mode checks 2018-06-20 17:45:22 +02:00
Mark Qvist
720f34d41f EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00
Mark Qvist
637a44ad70 EEPROM validation and config util compat 2018-06-20 08:45:11 +02:00
Mark Qvist
4d943999d5 Prepared EEPROM functionality 2018-06-18 22:30:24 +02:00
Mark Qvist
8a604f911b RX turnaround timing 2018-04-26 16:47:03 +02:00
Mark Qvist
be98b0d7f7 Data carrier detection 2018-04-26 15:52:43 +02:00
Mark Qvist
978800aaf9 Added KISS flow control 2018-04-26 10:34:39 +02:00
Mark Qvist
f2762af576 Initial commit 2018-04-05 18:10:42 +02:00