mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Fix compilation error
This commit is contained in:
parent
ad595a6537
commit
d76868e136
@ -892,7 +892,7 @@ void HAssAnnounceSensors(void)
|
|||||||
strcpy(sensordata, TasmotaGlobal.mqtt_data.c_str()); // we can use strcpy since the buffer has the right size
|
strcpy(sensordata, TasmotaGlobal.mqtt_data.c_str()); // we can use strcpy since the buffer has the right size
|
||||||
#else
|
#else
|
||||||
strcpy(sensordata, TasmotaGlobal.mqtt_data); // we can use strcpy since the buffer has the right size
|
strcpy(sensordata, TasmotaGlobal.mqtt_data); // we can use strcpy since the buffer has the right size
|
||||||
#eindif
|
#endif
|
||||||
|
|
||||||
// ******************* JSON TEST *******************
|
// ******************* JSON TEST *******************
|
||||||
// char sensordata[512];
|
// char sensordata[512];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user