pub fn parse_msg_uart( buf: &[u8], no_header: bool, ) -> Result<MsgParsed<'_>, EspError>
Use this for UART. Parse the payload header, and separate the RPC bytes from the whole message. Accepts the whole message received.