We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is all that is required is change the local CHN array defnintion to run in US 915Mhz
local CHN={} CHN[0]=chan(902300000,"LoRa",MC1.BW125) CHN[1]=chan(902500000,"LoRa",MC1.BW125) CHN[2]=chan(902700000,"LoRa",MC1.BW125) CHN[3]=chan(902900000,"LoRa",MC1.BW125) CHN[4]=chan(903100000,"LoRa",MC1.BW125) CHN[5]=chan(903300000,"LoRa",MC1.BW125) CHN[6]=chan(903500000,"LoRa",MC1.BW125) CHN[7]=chan(903700000,"LoRa",MC1.BW125) CHN[8]=chan(903900000,"LoRa",MC1.BW250) CHN[9]=chan(904100000,"FSK" ,MC1.BW150)
or do I have to do something more.
The text was updated successfully, but these errors were encountered:
Yes! (and your lat/lon in init.lua 😁 )
Sorry, something went wrong.
Thanks
No branches or pull requests
Is all that is required is change the local CHN array defnintion to run in US 915Mhz
local CHN={}
CHN[0]=chan(902300000,"LoRa",MC1.BW125)
CHN[1]=chan(902500000,"LoRa",MC1.BW125)
CHN[2]=chan(902700000,"LoRa",MC1.BW125)
CHN[3]=chan(902900000,"LoRa",MC1.BW125)
CHN[4]=chan(903100000,"LoRa",MC1.BW125)
CHN[5]=chan(903300000,"LoRa",MC1.BW125)
CHN[6]=chan(903500000,"LoRa",MC1.BW125)
CHN[7]=chan(903700000,"LoRa",MC1.BW125)
CHN[8]=chan(903900000,"LoRa",MC1.BW250)
CHN[9]=chan(904100000,"FSK" ,MC1.BW150)
or do I have to do something more.
The text was updated successfully, but these errors were encountered: