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

Fix #38: Regression test of branch `issue38` #41

Closed frankleonrose closed 6 years ago

frankleonrose commented 6 years ago

Added test_platformio_deps and Travis matrix (for C and Python support).

frankleonrose commented 6 years ago

@terrillmoore This is a weird situation where I can't test the current version of the code because I'm actually fixing an issue with dependency resolution. The test refers to this repo on Github, not itself.

Anyway, these tests should pass because they refer to the issue38 branch (with the name fix) in the dependency specification. That should confirm for you that issue38 has the fix. Then I'll update this PR to point to master henceforth and you'll merge this (if you would).

terrillmoore commented 6 years ago

@frankleonrose : Sure -- it will probably be this evening before I get to this, but thanks very much.

terrillmoore commented 6 years ago

@frankleonrose since I was here, I looked at it all, and it looks like there's no problem. PlatformIO seems to have different warnings than Arduino, but that can be handled later.