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

Rangetest cleanup configuration option
This commit is contained in:
Ben Meadors 2025-09-02 19:05:16 -05:00 committed by GitHub
commit 34f0c8115d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*