timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

Lora band and fs from GLOBALS were ignored #34

Closed Gulpman closed 2 years ago

Gulpman commented 2 years ago

Fixed it by changing the order of the includes (as one references the other) and using FDRS_BAND and FDRS_SF in the constructor of the FDRSLora class. See issue #33 for further explaination.

timmbogner commented 2 years ago

Thanks!