From 3cfa188f5ea7f53f8af22059e1c0711b9eafb4a4 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 12 Nov 2019 00:13:27 +0100 Subject: [PATCH] typo --- src/ems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ems.cpp b/src/ems.cpp index 79636428a..fa66d6aa1 100644 --- a/src/ems.cpp +++ b/src/ems.cpp @@ -1866,7 +1866,7 @@ bool _addDevice(_EMS_DEVICE_TYPE device_type, uint8_t product_id, uint8_t device Devices.push_back(device); 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 char type_s[50];