Skip to content

RNode LoRa Interface could not be created #412

Discussion options

You must be logged in to vote

Short answer: spreadfactor should be spreadingfactor

Wider answer:

When you see something like '<' not supported between instances of 'NoneType' and 'int' it's because there's a test somewhere that's getting an uninitialized value. In this case it's checking to see if your SF is less than a number. Since "spreadingfactor" is uninitialized, it's None.

Did you copy this configuration file or type it yourself? If documentation is incorrect, it needs to be fixed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aj5r1gg
Comment options

Answer selected by aj5r1gg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants