mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
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++) = '{';
|
*(p++) = '{';
|
||||||
maxlen--;
|
maxlen--;
|
||||||
strcpy(p, "\"details\":{");
|
strcpy(p, "\"DetailsBLE\":{");
|
||||||
int len = strlen(p);
|
int len = strlen(p);
|
||||||
p += len;
|
p += len;
|
||||||
maxlen -= len;
|
maxlen -= len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user