Skip to content

Commit

Permalink
Minor edit to CW to print status
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Merck committed Apr 23, 2016
1 parent 630a926 commit ec75b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def receive_message(self):
period = int(sys.argv[3])
loramote = LoRaSerial(port,dev_addr)
while True:
print "Sending V..."
loramote.write('radio cw on')
time.sleep(0.1)
loramote.write('radio cw off')
Expand Down

0 comments on commit ec75b52

Please sign in to comment.