mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
typo
This commit is contained in:
@@ -1866,7 +1866,7 @@ bool _addDevice(_EMS_DEVICE_TYPE device_type, uint8_t product_id, uint8_t device
|
|||||||
Devices.push_back(device);
|
Devices.push_back(device);
|
||||||
|
|
||||||
char line[500];
|
char line[500];
|
||||||
strlcpy(line, "New EMS Device recognized as a", sizeof(line));
|
strlcpy(line, "New EMS device recognized as a ", sizeof(line));
|
||||||
|
|
||||||
// get type as a string
|
// get type as a string
|
||||||
char type_s[50];
|
char type_s[50];
|
||||||
|
|||||||
Reference in New Issue
Block a user