sensor.cpp: comment for ENS count added
This commit is contained in:
parent
c1095f0c82
commit
5073c00f17
@ -54,7 +54,8 @@ uint8_t *sensor_read(uint8_t sensor) {
|
|||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
|
||||||
// insert user specific sensor data frames here */
|
// insert user specific sensor data frames here
|
||||||
|
// note: Sensor1 fields are used for ENS count, if ENS detection enabled
|
||||||
#if (COUNT_ENS)
|
#if (COUNT_ENS)
|
||||||
payload.addCount(cwa_report(), MAC_SNIFF_BLE_CWA);
|
payload.addCount(cwa_report(), MAC_SNIFF_BLE_CWA);
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user