jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
86 stars 60 forks source link

Fix crosses initialization #25

Closed sabas1080 closed 7 years ago

sabas1080 commented 7 years ago

Hi @jpmeijers

I found an error compiling with platformio "crosses initialization" apparently within switch can not declare locally received

Thanks

jwillemsen commented 7 years ago

Making received global is way to much scope, working on issue #26 which also shows this, let me test another fix using travis-ci.

jwillemsen commented 7 years ago

PR #27 has a different fix which doesn't result in a bigger scope. Added also the first travis-ci integration configuration, waiting on a response from platformio.org for the sodaq boards

jpmeijers commented 7 years ago

Closing because @jwillemsen has a better fix in PR #27

sabas1080 commented 7 years ago

Thanks, excelent work