Catena-Arduino-Platform is inconsistent in choice of network object #222
Closed
Description
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.