mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 01:13:28 +02:00
BME fixes
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@
|
||||
#include <Arduino.h>
|
||||
#include <Adafruit_Sensor.h>
|
||||
|
||||
//#define BME280Sensor // its set by default but you should comment it with "//"
|
||||
#define BME280Sensor // its set by default but you should comment it with "//"
|
||||
//#define BMP280Sensor // and delete "//" from the one you want to use.
|
||||
#define BME680Sensor
|
||||
//#define BME680Sensor
|
||||
|
||||
#ifdef BME280Sensor
|
||||
#include <Adafruit_BME280.h>
|
||||
|
||||
Reference in New Issue
Block a user