mqtt: added more message types, added test for them.

This commit is contained in:
Martin Preuss
2023-03-29 00:42:49 +02:00
parent a104b78f62
commit 40c3a3ee4e
10 changed files with 477 additions and 2 deletions

View File

@@ -48,6 +48,9 @@
endpoint_mqttc.h
msg_mqtt.h
msg_mqtt_connect.h
msg_mqtt_connack.h
msg_mqtt_publish.h
msg_mqtt_pubresponse.h
</headers>
@@ -61,6 +64,9 @@
endpoint_mqttc.c
msg_mqtt.c
msg_mqtt_connect.c
msg_mqtt_connack.c
msg_mqtt_publish.c
msg_mqtt_pubresponse.c
</sources>