optimized code alot

This commit is contained in:
strawmanbobi
2024-10-25 17:33:38 +08:00
parent 8e3d25fea5
commit a3dfc6e6d0
14 changed files with 168 additions and 146 deletions

View File

@@ -99,6 +99,6 @@ void registAC(String filename, bool flag) {
if (flag) {
serializeJson(send_msg_doc, reg_content);
}
DEBUGLN(reg_topic_head);
INFOLN(reg_topic_head);
// mqttPublishRetained(reg_topic_head, reg_content);
}