GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
546
stars
116
forks
source link
Python 2-shebang in `lora_receiver.py` -- is this a Python 3 or Python 2 software? #179
Open
dreirund opened 6 months ago
Although this software seems to build fine for python 3.12, one of the built python files still has Python 2 in it's shebang line:
lora_receiver.py
starts withIs this software fully python3-supported and this was only forgotten? (Then remove the
2
.) Or does this still depend on Python 2?Regards!