mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
Merge pull request #34 from Gulpman/dev
Lora band and fs from GLOBALS were ignored
This commit is contained in:
commit
96bb331312
@ -8,10 +8,10 @@
|
||||
//
|
||||
|
||||
|
||||
#include "fdrs_sensor.h"
|
||||
#include "sensor_setup.h"
|
||||
#include "fdrs_sensor.h"
|
||||
|
||||
FDRSLoRa FDRS(GTWY_MAC,READING_ID,MISO,MOSI,SCK,SS,RST,DIO0,BAND,SF);
|
||||
FDRSLoRa FDRS(GTWY_MAC,READING_ID,MISO,MOSI,SCK,SS,RST,DIO0,FDRS_BAND,FDRS_SF);
|
||||
|
||||
float data1;
|
||||
float data2;
|
||||
|
Loading…
Reference in New Issue
Block a user