hardcode maxTopicLength to settingfunction

This commit is contained in:
MichaelDvP
2022-12-05 14:09:25 +01:00
parent d080f5db0f
commit b900932574
2 changed files with 1 additions and 4 deletions

View File

@@ -74,7 +74,6 @@ class MqttSettings {
// connection settings
uint16_t keepAlive;
bool cleanSession;
uint16_t maxTopicLength;
// proddy EMS-ESP specific
String base;