re-implemented SetData command.

Allows for string values to be sent.
This commit is contained in:
Martin Preuss
2024-02-14 23:07:20 +01:00
parent eeffe225ec
commit 0cf3976fc7
5 changed files with 161 additions and 31 deletions

View File

@@ -52,6 +52,7 @@
msg_data_getdata.h
msg_data_multidata.h
msg_data_values.h
msg_data_set.h
</headers>
@@ -69,6 +70,7 @@
msg_data_getdata.c
msg_data_multidata.c
msg_data_values.c
msg_data_set.c
</sources>