avoid template func to save 3k

This commit is contained in:
J. Nick Koston
2025-06-05 21:56:03 +01:00
parent 0ff647909d
commit a4d3849ef4
3 changed files with 81 additions and 81 deletions

View File

@@ -956,7 +956,7 @@ def build_service_message_type(
cout += f' ESP_LOGVV(TAG, "{func}: %s", msg.dump().c_str());\n'
cout += "#endif\n"
# cout += f' this->set_nodelay({str(nodelay).lower()});\n'
cout += f" return this->send_message_<{mt.name}>(msg, {id_});\n"
cout += f" return this->send_message_(msg, {id_});\n"
cout += "}\n"
if source in (SOURCE_BOTH, SOURCE_CLIENT):
# Generate receive