We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cb584 commit 0763c2aCopy full SHA for 0763c2a
libraries/Zigbee/src/ZigbeeEP.h
@@ -142,8 +142,8 @@ class ZigbeeEP {
142
}
143
144
private:
145
- char _read_manufacturer[ZB_MAX_NAME_LENGTH + 1]; // + 1 for the extra '\0'
146
- char _read_model[ZB_MAX_NAME_LENGTH + 1]; // + 1 for the extra '\0'
+ char *_read_manufacturer;
+ char *_read_model;
147
void (*_on_identify)(uint16_t time);
148
time_t _read_time;
149
int32_t _read_timezone;
0 commit comments