Use correct type
update_node_msg_t->node_state is uint32_t but we were putting a uint16_t into it. NO_VAL16 wouldn't have gone up to the controller.
Please register or sign in to comment
update_node_msg_t->node_state is uint32_t but we were putting a uint16_t into it. NO_VAL16 wouldn't have gone up to the controller.