mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater: new "get/set loop.detect {off | minimal | moderate | strict }"
This commit is contained in:
parent
3031deb980
commit
e233346bf0
4 changed files with 72 additions and 2 deletions
|
|
@ -128,6 +128,7 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
|
|||
mesh::Packet* createSelfAdvert();
|
||||
|
||||
File openAppend(const char* fname);
|
||||
bool isLooped(const mesh::Packet* packet, const uint8_t max_counters[]);
|
||||
|
||||
protected:
|
||||
float getAirtimeBudgetFactor() const override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue