Rangetest cleanup configuration option

pull/757/head
ford-jones 2025-08-21 10:23:46 +12:00
rodzic e2c0831aa3
commit c5aeb193ca
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 = 4;
}
/*