K900 ⚡️: thanks its working. Is there some better way to put there those values? ``` info!("response = {}", u16::from_be_bytes([response[0], response[1]])); ``` i tried `response[0..1] but it compilator didnt like it. Accoring to checking CRC i still need first to covert it and then calculate checksum?