mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
BME fixes
This commit is contained in:
parent
e8c903d20c
commit
ca995821c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue