Merge pull request #13671 from tony-fav/dev-bledetails

BLEDetails2/3/4 JSON change "details" to "DetailsBLE" for more explicit Rule/Berry use
This commit is contained in:
Theo Arends 2021-11-15 08:32:00 +01:00 committed by GitHub
commit 8270b985ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;