meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
2.93k stars 692 forks source link

Implementation of the sensor VEML7700 #3893

Closed Dr-Gandalf closed 1 month ago

Dr-Gandalf commented 1 month ago

This code, implements the measurement of light (lux and irradiance), using the veml7700 light sensor. This pr is related to the pr #498 on the protobufs repo

It also modifies the MQTT client to publish the new signals to the mqtt server.

thebentern commented 1 month ago

Looks good to me. Upstream protobufs have conflicts now though

caveman99 commented 1 month ago

@thebentern now you know why i tell people every time not to push the protobuf subdir or generated files. That always explodes

thebentern commented 1 month ago

@thebentern now you know why i tell people every time not to push the protobuf subdir or generated files. That always explodes

image