mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-20 17:28:48 -04:00
Fix compilation error
This commit is contained in:
@@ -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
|
||||
#else
|
||||
strcpy(sensordata, TasmotaGlobal.mqtt_data); // we can use strcpy since the buffer has the right size
|
||||
#eindif
|
||||
#endif
|
||||
|
||||
// ******************* JSON TEST *******************
|
||||
// char sensordata[512];
|
||||
|
||||
Reference in New Issue
Block a user