Update config.proto

pull/174/head
Garth Vander Houwen 2022-06-17 21:12:31 -07:00 zatwierdzone przez GitHub
rodzic 30aa8f23b1
commit 2fbea37ff6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -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;