mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-07-24 05:40:10 +00:00
Fix typo in README.md
This commit is contained in:
parent
75acdc1652
commit
d616220970
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ File `config.h` is located in these folders: `.pio/libdeps/<board-id>/IBM LMIC f
|
|||
|
||||
Above settings cannot be changed in platformio.ini because they are defined in config.h in the library source code. The settings must be changed separately per board because PlatformIO downloads libraries separately for each board.
|
||||
|
||||
**Do NOT use ABP activation when using the IBM LMIC framework library. On The Things Network V3 this will cause a downlink message for EVERY uplink message because it does properly handle MAC commands.**
|
||||
**Do NOT use ABP activation when using the IBM LMIC framework library. On The Things Network V3 this will cause a downlink message for EVERY uplink message because it does NOT properly handle MAC commands.**
|
||||
|
||||
### 4.4 Board specific settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue