kopia lustrzana https://github.com/meshtastic/protobufs
Update telemetry.proto to include VEML7700 high accuracy white light(irradiance) sensor
rodzic
5f6dc3a1a8
commit
71f3d68db5
|
@ -89,16 +89,9 @@ message EnvironmentMetrics {
|
|||
float lux = 9;
|
||||
|
||||
/*
|
||||
* VEML7700 raw white light data digital 16-bit resolution sensor.
|
||||
* VEML7700 high accuracy white light(irradiance) not calibrated digital 16-bit resolution sensor.
|
||||
*/
|
||||
uint32 white = 10;
|
||||
|
||||
/*
|
||||
* VEML7700 raw ALS data digital 16-bit resolution sensor.
|
||||
*/
|
||||
uint32 ALS = 11;
|
||||
|
||||
|
||||
float white_lux = 10;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue