sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.64k stars 627 forks source link

MKR WAN 1310 not working when using Library Manager #303

Closed thomasguenzel closed 4 years ago

thomasguenzel commented 4 years ago

I've installed the 0.6.1 version using the Arduino Library Manager. Unfortunately, this version doesn't include the updated #if defined(...1300) || defined(...1310) precompiler directive.

The examples just end up printing Starting LoRa failed!. However, when using the master version, everything works just fine.

It would be great if you could bump the version :)

sandeepmistry commented 4 years ago

Hi @thomasguenzel,

I've just pushed a 0.7.0 tag that includes @facchinm's changes from pull request #297.

It should be available in the library manager in the next hour or so.