Whitespace fiddling
This commit is contained in:
parent
0efbdeebe3
commit
8b99e62763
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
# lora_single_chan_gateway
|
# lora_single_chan_gateway
|
||||||
|
|
||||||
Base on: https://github.com/tftelkamp/single_chan_pkt_fwd
|
Based on: https://github.com/tftelkamp/single_chan_pkt_fwd
|
||||||
|
|
|
@ -267,4 +267,4 @@ class SX127x:
|
||||||
|
|
||||||
LNA_MAX_GAIN = 0x23
|
LNA_MAX_GAIN = 0x23
|
||||||
LNA_OFF_GAIN = 0x00
|
LNA_OFF_GAIN = 0x00
|
||||||
LNA_LOW_GAIN = 0x20
|
LNA_LOW_GAIN = 0x20
|
||||||
|
|
|
@ -28,4 +28,4 @@ if __name__ == "__main__":
|
||||||
msg = GATEWAY_HEADER + args.message.encode('utf-8')
|
msg = GATEWAY_HEADER + args.message.encode('utf-8')
|
||||||
print(msg)
|
print(msg)
|
||||||
|
|
||||||
board.send_package(msg)
|
board.send_package(msg)
|
||||||
|
|
Reference in a new issue