status.msg = "Cloning from radio..." radio.status_fn(status) + addr = 0x06F0 + _send(radio, _make_frame("R", addr)) + d = _recv(radio, addr) + msg = "Version '%s'" % d + LOG.info(msg) + # close comms with the radio _send(radio, "\x62") # DEBUG