Merge pull request #707 from cyberman54/development

Development
This commit is contained in:
Verkehrsrot 2021-01-03 17:37:08 +01:00 committed by GitHub
commit cf5e6fb41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,13 +161,13 @@ uint16_t mac_analyze(MacBuffer_t MacBuffer) {
macs_ble++; // increment BLE Macs counter
blink_LED(COLOR_MAGENTA, 50);
break;
#if (COUNT_ENS)
case MAC_SNIFF_BLE_ENS:
macs_ble++; // increment BLE Macs counter
cwa_mac_add(hashedmac); // process ENS beacon
blink_LED(COLOR_WHITE, 50);
break;
#endif
default:
break;