Udated configuration and light sensor
This commit is contained in:
parent
1dfaf781d2
commit
795893ea2e
8 changed files with 23 additions and 20 deletions
|
|
@ -109,7 +109,7 @@ void loop()
|
|||
{
|
||||
static LightData lightData;
|
||||
lightSensor->read(lightData);
|
||||
DEBUG("Read LIGHT_SENSOR= lumen:%d", lightData.lumen);
|
||||
DEBUGF("Read LIGHT_SENSOR= lumen:%d", lightData.lumen);
|
||||
lightProtocol->send(lightData);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue