Merge pull request #757 from ford-jones/7291-rangeTest-clear

Rangetest cleanup configuration option
master v2.7.8
Ben Meadors 2025-09-02 19:05:16 -05:00 zatwierdzone przez GitHub
commit 34f0c8115d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -530,6 +530,12 @@ message ModuleConfig {
* ESP32 Only
*/
bool save = 3;
/*
* Bool indicating that the node should cleanup / destroy it's RangeTest.csv file.
* ESP32 Only
*/
bool clear_on_reboot = 4;
}
/*