lorawan_toa
lorawan_toa copied to clipboard
Windows
py lorawan_toa.py 12 64 -v File "lorawan_toa.py", line 174 print "PHY payload size : %d Bytes" % ret["phy_pl_size"] ^ SyntaxError: Missing parentheses in call to 'print'
I don't kno python but:
py Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
All work well, changing all the prints with print( ... )