kopia lustrzana https://github.com/meshtastic/protobufs
Admin messages
rodzic
dee784ab1c
commit
2a1386b151
|
@ -154,6 +154,18 @@ message AdminMessage {
|
||||||
PAXCOUNTER_CONFIG = 12;
|
PAXCOUNTER_CONFIG = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum BackupLocation {
|
||||||
|
/*
|
||||||
|
* Backup to the internal flash
|
||||||
|
*/
|
||||||
|
FLASH = 0;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Backup to the SD card
|
||||||
|
*/
|
||||||
|
SD = 1;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO: REPLACE
|
* TODO: REPLACE
|
||||||
*/
|
*/
|
||||||
|
@ -270,6 +282,16 @@ message AdminMessage {
|
||||||
*/
|
*/
|
||||||
uint32 set_scale = 23;
|
uint32 set_scale = 23;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Backup the node's preferences
|
||||||
|
*/
|
||||||
|
BackupLocation backup_preferences = 24;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Restore the node's preferences
|
||||||
|
*/
|
||||||
|
BackupLocation restore_preferences = 25;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set the owner for this node
|
* Set the owner for this node
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue