mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-03 16:17:45 +05:00
refactor: memory optimization for esp8266
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
topic.concat(this->devicePrefix);
|
||||
topic.concat(nameSeparator);
|
||||
topic.concat(name);
|
||||
topic.concat("/config");
|
||||
topic.concat(F("/config"));
|
||||
return topic;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user