Skip to content

Commit

Permalink
Add more space in output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennijhof committed May 18, 2017
1 parent 165b24a commit 1771e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rx_ttn.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def on_rx_done(self):
print(lorawan.compute_mic())
print(lorawan.valid_mic())
print("".join(list(map(chr, lorawan.get_payload()))))
print("\n")

self.set_mode(MODE.SLEEP)
self.reset_ptr_rx()
Expand Down

0 comments on commit 1771e82

Please sign in to comment.