mcci-catena / Catena-Arduino-Platform

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

Fix #222: change all LoRaWAN classes to use Arduino_LoRaWAN_network #223

Closed terrillmoore closed 4 years ago

terrillmoore commented 4 years ago

This cleans things up a lot by introducing an intermediate object that everyone can reference (rather than copy/paste from CatenaFeatherM0). Resulting class diagram makes me happier.

image

This is a bug fix because the previous method was only done in CatenaFeatherM0::LoRaWAN, not in the other places. This is an enhancement because rather than copying the wrong way, we rely on a centralized fix.