Heavy changes ... mbag uses const char * as key
WTP is still not 100% working... FossilOrigin-Name: 9e80cb8f1b62f854b54393e3af75b789125870b1397ccccad6d3442e3395181c
This commit is contained in:
@ -27,7 +27,7 @@ int cw_out_radio_operational_states(struct conn *conn, struct cw_action_out *a,
|
||||
}
|
||||
|
||||
/* Put the radio ID */
|
||||
cw_put_byte(d+4,radioitem->id);
|
||||
cw_put_byte(d+4,radioitem->iid);
|
||||
|
||||
/* Get the operational state and cause */
|
||||
uint16_t os = ositem->word;
|
||||
|
Reference in New Issue
Block a user