Whitespace fiddling

This commit is contained in:
Starbeamrainbowlabs 2018-12-20 18:32:35 +00:00
parent 0efbdeebe3
commit 8b99e62763
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# lora_single_chan_gateway
Base on: https://github.com/tftelkamp/single_chan_pkt_fwd
Based on: https://github.com/tftelkamp/single_chan_pkt_fwd

View File

@ -267,4 +267,4 @@ class SX127x:
LNA_MAX_GAIN = 0x23
LNA_OFF_GAIN = 0x00
LNA_LOW_GAIN = 0x20
LNA_LOW_GAIN = 0x20

View File

@ -28,4 +28,4 @@ if __name__ == "__main__":
msg = GATEWAY_HEADER + args.message.encode('utf-8')
print(msg)
board.send_package(msg)
board.send_package(msg)