sensor.cpp: comment for ENS count added

This commit is contained in:
Klaus K Wilting 2020-09-27 18:00:28 +02:00
parent c1095f0c82
commit 5073c00f17

View File

@ -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