mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Correct logging of RAW lines
This commit is contained in:
parent
712d3b1021
commit
b670a7a709
5 changed files with 7 additions and 20 deletions
|
|
@ -137,8 +137,6 @@ protected:
|
|||
|
||||
bool allowPacketForward(const mesh::Packet* packet) override;
|
||||
const char* getLogDateTime() override;
|
||||
void logRxRaw(float snr, float rssi, const uint8_t raw[], int len) override;
|
||||
|
||||
void logRx(mesh::Packet* pkt, int len, float score) override;
|
||||
void logTx(mesh::Packet* pkt, int len) override;
|
||||
void logTxFail(mesh::Packet* pkt, int len) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue