mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
DHT11 defaulting to zero is bad
This commit is contained in:
parent
85c1972960
commit
05c060cbca
1 changed files with 4 additions and 1 deletions
|
|
@ -755,7 +755,10 @@ message RadioConfig {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
enum TelemetrySensorType {
|
||||
|
||||
/*
|
||||
* No external telemetry sensor
|
||||
*/
|
||||
None = 0;
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue