mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
285 stars 54 forks source link

Please fix example program in README.md #49

Closed petesoper closed 5 years ago

petesoper commented 5 years ago

The build was attempted with Arduino 1.8.7 and these three libraries installed: https://github.com/mcci-catena/arduino-lorawan https://github.com/mcci-catena/arduino-lmic https://github.com/mcci-catena/Catena-mcciadk Target board is an "Adafruit Feather M0" installed from here: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json

Thanks

terrillmoore commented 5 years ago

Thanks for your comments. Sorry for the problems. I'll look into that this weekend.

--Terry

petesoper commented 5 years ago

To clarify the reference to "#3" above, I had mention of a limic_pinmap parameter mention shadowing a reference in the body of the second constructor and decided that wasn't important. So "#3" was about the shadowing that was just an artifact of the lack of a definition for limic_pinmap. Thanks for jumping on this!

terrillmoore commented 5 years ago

hi @petesoper -- i improved the readme, but I am working on an example. this interacts with a release that I'm doing for arduino-lmic, so it didn't get posted yesterday. I hope to get it done today.

terrillmoore commented 5 years ago

@petesoper I pushed this ahead of the arduino-lmic release. There's now a compilable equivalent of the readme program, and it's tested in continuous integration. Feel free to open a new issue if there's more stuff I missed.