Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix small typo in MQTT override code
bracket was on wrong position, resulting in this warning: wled00/set.cpp:357:79: warning: value computed is not used [-Wunused-value] strlcpy(mqttGroupTopic, request->arg(F("MG")).c_str(), MQTT_MAX_TOPIC_LEN)+1;
- Loading branch information