DeuxVis / Lora-TTNMapper-T-Beam

TTNMapper on the TTGO T-Beam
GNU General Public License v3.0
109 stars 47 forks source link

OTAA and US915 support #10

Open fede2cr opened 5 years ago

fede2cr commented 5 years ago

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.

DeuxVis commented 4 years ago

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.

DeuxVis commented 4 years ago

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...