mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Add the RSSI calibration mode.
This commit is contained in:
parent
7266f5c53b
commit
33527dd3e9
8 changed files with 146 additions and 4 deletions
|
|
@ -47,6 +47,7 @@ public:
|
|||
void writeP25Lost();
|
||||
|
||||
void writeCalData(const uint8_t* data, uint8_t length);
|
||||
void writeRSSIData(const uint8_t* data, uint8_t length);
|
||||
|
||||
void writeDebug(const char* text);
|
||||
void writeDebug(const char* text, int16_t n1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue