pySX127x
pySX127x copied to clipboard
Error when we run test_lora.py
/home/pi/Git/Git-clone/pySX127x/SX127x/board_config.py:61: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(BOARD.LED, GPIO.OUT)
/home/pi/Git/Git-clone/pySX127x/SX127x/board_config.py:62: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(BOARD.RST, GPIO.OUT)
Traceback (most recent call last):
File "test_lora.py", line 130, in