mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* companion: protocol ver bump to 5
* companion: new prefs: telemetry_mode_base, telemetry_mode_loc * companion: CMD_SET_OTHER_PARAMS, now optionally can set telemetry_modes
This commit is contained in:
parent
e442e94e3d
commit
cb80ceee47
3 changed files with 44 additions and 13 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <CayenneLPP.h>
|
||||
|
||||
#define TELEM_PERM_BASE 0x01 // 'base' permission includes battery
|
||||
#define TELEM_PERM_LOCATION 0x02
|
||||
|
||||
#define TELEM_CHANNEL_SELF 1 // LPP data channel for 'self' device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue