Errors in the example script given for LoRaWAN v1.1.x?
-
Could it be that there are two errors in the example script given for LoRaWAN v1.1.x (link text)?
Line 43 should read “version = lora._version.VERSION_1_1_X,”, and not “version = lora._version.VERSION_1_0_X,”
Line 98 in the statement “while i < 1010:”, the ‘<’ character gives a warning in VScode, and an error when running it on the F1. It needs to be replaced by U+003c symbol ‘<’
