forked from things-nyc/arduino-lmic
-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
Description
When I use the LMIC library with the 868 band configured in lmic_project_config, I get an error when I compile the ABP example. The error indicates that BAND_MILLI and BAND_CENTI are not configured. Am I supposed to configure them myself in my sketch, or is this an omission in the library?
After some searching, I had the impression that BAND_MILLI should be 0, and BAND_CENTI should be 1. When I hard code these numbers in the example sketch, I can indeed send data in combination with ABP.
More detailed information about these constants would be greatly appriciated!