From b74c48dec599f82f521d28a09a4611a5d7e26431 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 26 Dec 2023 20:57:40 -0300 Subject: [PATCH] version update --- README.md | 2 +- src/LoRa_APRS_iGate.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ef98f..dfc66d8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ But under the hood is much more: - RX first, TX will only be done if there is no traffic on the frequency. - automatic update of the Lora symbol at APRS-IS, black "L" for pure RX, red "L" for TX capability, green star "L" for digipeater and blue round "L" for WX iGate. - support for multiple WLAN with corresponding coordinates. -- support for BME280 sensors, sending to WX data to APRS-IS. +- support for BME/BMP280 and BME680 sensors, sending to WX data to APRS-IS. and more will come: - Web-UI diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index bce9c44..d08ac33 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include "configuration.h"