things-nyc / arduino-lmic

LoraWAN-in-C library, adapted to run under the Arduino environment
26 stars 11 forks source link

`os_getTimeSecs()` is declared in `oslmic.h` but not defined #31

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

Check documentation to see if we actually refer to this in the .docx file. If not, consider removing it.

Otherwise, add an API, possibly HAL support.

The pro for actually implementing this is that LMIC clients can be portable. The con is that it's another thing to be ported and tested, and there always are local operating system equivalents.

terrillmoore commented 3 years ago

opened here by mistake using new VS Code plugin.