mirror of https://github.com/arendst/Tasmota.git
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:
commit
8270b985ae
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue