parse_msg_uart

Function parse_msg_uart 

Source
pub fn parse_msg_uart(
    buf: &[u8],
    no_header: bool,
) -> Result<MsgParsed<'_>, EspError>
Expand description

Use this for UART. Parse the payload header, and separate the RPC bytes from the whole message. Accepts the whole message received.