mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-06 21:32:14 +02:00
mayor code cleaning
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
#define SEALEVELPRESSURE_HPA (1013.25)
|
||||
#define CORRECTION_FACTOR (8.2296) // for meters
|
||||
|
||||
extern Configuration Config;
|
||||
extern String fifthLine;
|
||||
|
||||
float newHum, newTemp, newPress, newGas;
|
||||
extern Configuration Config;
|
||||
extern String fifthLine;
|
||||
|
||||
int wxModuleType = 0;
|
||||
uint8_t wxModuleAddress = 0x00;
|
||||
|
||||
float newHum, newTemp, newPress, newGas;
|
||||
|
||||
|
||||
Adafruit_BME280 bme280;
|
||||
Adafruit_BME680 bme680;
|
||||
#ifdef HELTEC_V3_GPS
|
||||
@@ -23,7 +24,6 @@ Adafruit_BMP280 bmp280;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
namespace BME_Utils {
|
||||
|
||||
void getWxModuleAddres() {
|
||||
|
||||
Reference in New Issue
Block a user