From 32906d5cdde821a89e9ac27fa3f2b116efe52e4f Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Tue, 20 Jan 2026 09:53:48 +0100 Subject: [PATCH] Format --- meshtastic/admin.proto | 46 +++++++++++++++++++++--------------------- meshtastic/mesh.proto | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 9cd2ea2..8190ca1 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -638,61 +638,61 @@ message KeyVerificationAdmin { message SensorConfig { /* - * SCD4X CO2 Sensor configuration - */ + * SCD4X CO2 Sensor configuration + */ SCD4X_config scd4x_config = 1; /* - * SEN5X PM Sensor configuration - */ + * SEN5X PM Sensor configuration + */ SEN5X_config sen5x_config = 2; } message SCD4X_config { /* - * Set Automatic self-calibration enabled - */ + * Set Automatic self-calibration enabled + */ optional bool set_asc = 1; /* - * Recalibration target CO2 concentration in ppm (FRC or ASC) - */ + * Recalibration target CO2 concentration in ppm (FRC or ASC) + */ optional uint32 set_target_co2_conc = 2; /* - * Reference temperature in degC - */ + * Reference temperature in degC + */ optional float set_temperature = 3; /* - * Altitude of sensor in meters above sea level. 0 - 3000m (overrides ambient pressure) - */ + * Altitude of sensor in meters above sea level. 0 - 3000m (overrides ambient pressure) + */ optional uint32 set_altitude = 4; /* - * Sensor ambient pressure in Pa. 70000 - 120000 Pa (overrides altitude) - */ + * Sensor ambient pressure in Pa. 70000 - 120000 Pa (overrides altitude) + */ optional uint32 set_ambient_pressure = 5; /* - * Perform a factory reset of the sensor - */ + * Perform a factory reset of the sensor + */ optional bool factory_reset = 6; /* - * Power mode for sensor (true for low power, false for normal) - */ + * Power mode for sensor (true for low power, false for normal) + */ optional bool set_power_mode = 7; } message SEN5X_config { /* - * Reference temperature in degC - */ + * Reference temperature in degC + */ optional float set_temperature = 1; /* - * One-shot mode (true for low power - one-shot mode, false for normal - continuous mode) - */ + * One-shot mode (true for low power - one-shot mode, false for normal - continuous mode) + */ optional bool set_one_shot_mode = 2; -} \ No newline at end of file +} diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ecb8803..f620b76 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -846,7 +846,7 @@ enum HardwareModel { MESHSTICK_1262 = 121; /* - * LilyGo T-Beam 1W + * LilyGo T-Beam 1W */ TBEAM_1_WATT = 122;