From ec75b528a97c1901b4a1c70e149182786e065648 Mon Sep 17 00:00:00 2001 From: Chris Merck Date: Fri, 22 Apr 2016 20:35:44 -0400 Subject: [PATCH] Minor edit to CW to print status --- cw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cw.py b/cw.py index d9d7bd5..525b6c6 100644 --- a/cw.py +++ b/cw.py @@ -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')