lpcmanager
Clone
Summary
Browse
Changes
Graph
MQTT: typo fix in SmartehCloud support
17 months ago, Edouard Tisserant
ea3e1f720ccc
Parents
8b347ecf35cb
Children
7d71c2f2a519
MQTT: typo fix in SmartehCloud support
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
LPCMQTT.py
--- a/LPCMQTT.py Wed Jan 22 11:42:33 2025 +0100
+++ b/LPCMQTT.py Wed Jan 22 12:01:14 2025 +0100
@@ -7,7 +7,7 @@
def CTNGenerate_C(self, buildpath, locations):
res = orig_CTNGenerate_C(self, buildpath, locations)
- is_SmartehCloud = self.GetParamsAttributes(u"MQTTClient.Authtype") == u"SmartehCloud"
+ is_SmartehCloud = self.GetParamsAttributes(u"MQTTClient.AuthType") == u"SmartehCloud"
if not is_SmartehCloud:
return res