pull/381/head
Ben Meadors 2023-08-13 08:12:14 -05:00
rodzic e94a5f1664
commit e6a12394c2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -268,7 +268,7 @@ message Config {
uint32 broadcast_smart_minimum_distance = 10;
/*
* The minumum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
* The minimum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
*/
uint32 broadcast_smart_minimum_interval_secs = 11;
}

Wyświetl plik

@ -1094,7 +1094,7 @@ enum CriticalErrorCode {
TRANSMIT_FAILED = 8;
/*
* We detected that the main CPU voltage dropped below the minumum acceptable value
* We detected that the main CPU voltage dropped below the minimum acceptable value
*/
BROWNOUT = 9;