kopia lustrzana https://github.com/meshtastic/protobufs
Update config.proto
rodzic
30aa8f23b1
commit
2fbea37ff6
10
config.proto
10
config.proto
|
@ -134,12 +134,16 @@ message Config {
|
||||||
POS_TIMESTAMP = 0x0080;
|
POS_TIMESTAMP = 0x0080;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Include positional heading (from GPS solution)
|
* Include positional heading
|
||||||
|
* Indended for use with vehicle not walking speeds
|
||||||
|
* walking speeds are likely to be error prone like the compass
|
||||||
*/
|
*/
|
||||||
POS_HEADING = 0x0100;
|
POS_HEADING = 0x0100;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Include positional speed (from GPS solution)
|
* Include positional speed
|
||||||
|
* Indended for use with vehicle not walking speeds
|
||||||
|
* walking speeds are likely to be error prone like the compass
|
||||||
*/
|
*/
|
||||||
POS_SPEED = 0x0200;
|
POS_SPEED = 0x0200;
|
||||||
}
|
}
|
||||||
|
@ -340,7 +344,7 @@ message Config {
|
||||||
* Light Sleep Seconds
|
* Light Sleep Seconds
|
||||||
* In light sleep the CPU is suspended, LoRa radio is on, BLE is off an GPS is on
|
* In light sleep the CPU is suspended, LoRa radio is on, BLE is off an GPS is on
|
||||||
* ESP32 Only
|
* ESP32 Only
|
||||||
* 0 for default of 3600
|
* 0 for default of 300
|
||||||
*/
|
*/
|
||||||
uint32 ls_secs = 11;
|
uint32 ls_secs = 11;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue