You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the mapTopic variable with a mqtt root set, it appends the jsonTopic variable instead of the mapTopic variable resulting in incorrect mqtt path.
When building the
mapTopic
variable with a mqtt root set, it appends thejsonTopic
variable instead of themapTopic
variable resulting in incorrect mqtt path.firmware/src/mqtt/MQTT.cpp
Line 188 in 5f47ca1
Example console output:
Expected console output:
The text was updated successfully, but these errors were encountered: