Fix typo in README.md

This commit is contained in:
Leonel Lopes Parente 2021-04-23 21:55:20 +02:00 committed by GitHub
parent 75acdc1652
commit d616220970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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