"details" to "DetailsBLE" for better rule use

This commit is contained in:
tony-fav 2021-11-14 14:26:00 -05:00
parent 5a4838bb50
commit ddca584dfe

View File

@ -1150,7 +1150,7 @@ void setDetails(ble_advertisment_t *ad){
*(p++) = '{';
maxlen--;
strcpy(p, "\"details\":{");
strcpy(p, "\"DetailsBLE\":{");
int len = strlen(p);
p += len;
maxlen -= len;