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 e07e3f2b8a
commit bf4451f3f4
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>