From 27d40f03d2750e4bbc4d167d091b19edd27f0edf Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Tue, 29 Jul 2025 14:27:08 +0200 Subject: [PATCH] Add factory reset for scdxx --- meshtastic/admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index b329174..65e3eac 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -613,4 +613,9 @@ message SCDXX_config { * Sensor ambient pressure in Pa. 70000 - 120000 Pa (overrides altitude) */ optional uint32 ambient_pressure = 6; + + /* + * Perform a factory reset of the sensor + */ + optional bool factory_reset = 7; }