Slight improvements to timing of message transmission.
Still seem to get 'failed to send repeated payload to HRF' after a while
Suspect the FIFO is filling up or something.
1 parent 9d5accb commit 9e199f0cb793ea1fe49df8b44c7fe050111d55b2
@David Whale David Whale authored on 17 Mar 2016
Showing 1 changed file
View
4
src/legacy.py
 
print("sending OFF")
radio.send_payload_repeat(OFF, 8)
print("waiting")
time.sleep(2)
 
 
if __name__ == "__main__":
 
trace("starting legacy switch tester")