Feature: Allow device name to be customized #1174

This commit is contained in:
proddy
2024-07-02 20:05:39 +02:00
parent 46b79f4819
commit 3ae48f4d16
8 changed files with 172 additions and 85 deletions

View File

@@ -252,7 +252,7 @@ class EMSESP {
struct Device_record {
uint8_t product_id;
EMSdevice::DeviceType device_type;
const char * name;
const char * default_name;
uint8_t flags;
};
static std::vector<Device_record> device_library_;