Lora-TTNMapper-T-Beam
Lora-TTNMapper-T-Beam copied to clipboard
OTAA and US915 support
Current code does not allow to use OTAA.
If the LMIC is modified to use US915, while compiling one gets a bunch of errors like: error: 'DR_SF12' was not declared in this scope
I'll do a pull request with patches for both of this issues.
I'm working on incorporating your PR, see branch https://github.com/DeuxVis/Lora-TTNMapper-T-Beam/tree/OTAA_support
Still have to do the US915 support so not closing that issue yet.
Ok I have pushed the possibility to use US915 now. It compiles for me but I don't have a way to test it actually works end to end...