mayor code cleaning

This commit is contained in:
richonguzman
2024-05-13 23:30:15 -04:00
parent 794cc0640f
commit 0be60b76b0
16 changed files with 40 additions and 66 deletions

View File

@@ -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() {