Merge pull request #34 from Gulpman/dev

Lora band and fs from GLOBALS were ignored
This commit is contained in:
Timm Bogner 2022-07-01 08:46:27 -05:00 committed by GitHub
commit 96bb331312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;