mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater: new CLI commands: "log start", "log stop", "log erase", and "log"
This commit is contained in:
parent
ef95462345
commit
9d9145a1c2
3 changed files with 85 additions and 6 deletions
|
|
@ -116,7 +116,11 @@ protected:
|
|||
}
|
||||
|
||||
virtual DispatcherAction onRecvPacket(Packet* pkt) = 0;
|
||||
virtual void onPacketSent(Packet* packet);
|
||||
|
||||
virtual void logRx(Packet* packet, float score) { } // hooks for custom logging
|
||||
virtual void logTx(Packet* packet) { }
|
||||
virtual void logTxFail(Packet* packet) { }
|
||||
|
||||
virtual float getAirtimeBudgetFactor() const;
|
||||
virtual int calcRxDelay(float score, uint32_t air_time) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue