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 hardwired for TTN #147

Open terrillmoore opened 5 years ago

terrillmoore commented 5 years ago

Need to re-factor to support other networks, so that ttn is not hard coded (search for Arduino_LoRaWAN_ttn).

terrillmoore commented 5 years ago

Things are a little further along in the FeatherM0 variant. See: https://github.com/mcci-catena/Catena-Arduino-Platform/blob/3af42bb7963d638b6dfbf544027284c5a640dc9c/src/CatenaFeatherM0.h#L46-L58

We should add a UI feature in our Arduino BSPs to select network, and control it here and in CatenaSTM32L0.h.