Replies: 1 comment
-
Usage instructions
$ git pull
$ git checkout -b v5.0.0-branch
$ git submodule update --init
{
...
// Enable/Disable LR-FHSS modulation support for LoRaMac application
"LORAMAC_LR_FHSS_IS_ON": "OFF",
...
} To: {
...
// Enable/Disable LR-FHSS modulation support for LoRaMac application
"LORAMAC_LR_FHSS_IS_ON": "ON",
...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion about the preview code for v5.0.0 release
Beta Was this translation helpful? Give feedback.
All reactions