version update

This commit is contained in:
richonguzman 2023-12-26 20:57:40 -03:00
parent 31373cbfff
commit b74c48dec5
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,5 +1,4 @@
#include <Arduino.h>
#include <LoRa.h>
#include <WiFi.h>
#include <vector>
#include "configuration.h"