You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/04/26 22:20:44 UTC

[GitHub] wes3 opened a new pull request #1059: Add region support to lora code

wes3 opened a new pull request #1059: Add region support to lora code
URL: https://github.com/apache/mynewt-core/pull/1059
 
 
   The base lora stack where this code was derived (Stackforce lora stack by Semtech) changed how regions were supported. This caused quite a bit of the stack to change.
   
   One thing to note about the new code: the old way to specify a region/band was the MYNEWT variable LORA_NODE_FREQ_BAND. This has now been replaced by the MYNEWT variable LORA_NODE_REGION. So any targets that used the old definition need to be modified to use the new region. The default is "no region" so you should see a compiler error if this is not defined.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services