Fix UWB init and range parsing
This commit is contained in:
parent
dbc5fe3e84
commit
31a75c8783
3 changed files with 164 additions and 61 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
String getReporting(); // AT+GETRPT?
|
||||
|
||||
// Range Command (3.15)
|
||||
bool parseRangeData(String data, DeviceData devices[], int maxDevices);
|
||||
bool parseRangeData(String data, DeviceData devices[], int maxDevices, bool isAnchor = true);
|
||||
bool parseDetailedRangeData(String data, RangeResult* result);
|
||||
|
||||
// Sleep Command (3.16)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue