mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Catena-Arduino-Platform is inconsistent in choice of network object #222

Closed terrillmoore closed 4 years ago

terrillmoore commented 4 years ago

The CatenaFeatherM0 object can be configured to use TTN or machineQ. All others are hardwired to TTN.

This means that none of the Murata-based modules can be used with non-TTN networks. Definitely a problem. Also, the UML diagram is wrong.

Move the FeatherM0 logic to Arduino_LoRaWAN, and use Ardunio_LoRaWAN_network as the encapsulating object.