mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
"details" to "DetailsBLE" for better rule use
This commit is contained in:
parent
5a4838bb50
commit
ddca584dfe
@ -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…
x
Reference in New Issue
Block a user