Fix for coolant issue when resetting from feed hold state.

This commit is contained in:
Terje Io
2025-01-02 13:31:41 +01:00
parent bc265aa990
commit 5a05201041
6 changed files with 34 additions and 15 deletions
+2
View File
@@ -65,6 +65,8 @@ typedef struct {
} modbus_message_t;
typedef struct {
uint8_t retries;
uint16_t retry_delay;
void (*on_rx_packet)(modbus_message_t *msg);
void (*on_rx_exception)(uint8_t code, void *context);
} modbus_callbacks_t;