Rangetest cleanup configuration option

This commit is contained in:
ford-jones 2025-08-21 10:23:46 +12:00
parent e2c0831aa3
commit c5aeb193ca

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