Skip to content

Commit

Permalink
Support for the ClimateGuard RadSens Geiger-Muller tube
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-b committed Nov 22, 2024
1 parent af7521c commit 1f0c500
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ message EnvironmentMetrics {
* Wind lull in m/s
*/
optional float wind_lull = 17;

/*
* Radiation in µR/h
*/
optional float radiation = 18;

}

/*
Expand Down Expand Up @@ -525,6 +531,12 @@ enum TelemetrySensorType {
* SCD40/SCD41 CO2, humidity, temperature sensor
*/
SCD4X = 32;

/*
* ClimateGuard RadSens, radiation, Geiger-Muller Tube
*/
RADSENS = 33;

}

/*
Expand Down

0 comments on commit 1f0c500

Please sign in to comment.