Make the modules transfer their firmware version to the device. Fix the message length of the module protocol version.

This commit is contained in:
László Monda
2017-12-15 01:42:58 +01:00
parent d59ba83d99
commit c994a97d03
4 changed files with 43 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
typedef enum {
SlaveProperty_Sync,
SlaveProperty_ModuleProtocolVersion,
SlaveProperty_FirmwareVersion,
SlaveProperty_ModuleId,
SlaveProperty_Features,
} slave_property_t;