bme comment fix

This commit is contained in:
Ricardo Guzman (Richonguzman) 2024-05-12 11:40:41 -04:00 committed by GitHub
parent e62b4b039f
commit 7cde42b1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -143,8 +143,8 @@
#define OLED_SDA 17
#define OLED_SCL 18
#define OLED_RST 21
#define BOARD_I2C_SDA 45
#define BOARD_I2C_SCL 46
#define BOARD_I2C_SDA 41
#define BOARD_I2C_SCL 42
#define GPS_RX 47
#define GPS_TX 48
#define BUTTON_PIN 0

View File

@ -407,7 +407,7 @@ namespace STATION_Utils {
if (bmeSensorFound) {
packet += BME_Utils::readDataSensor("APRS");
} else {
packet += ".../...g...t...r...p...P...h..b.....BME MODULE NOT FOUND! ";
packet += ".../...g...t...r...p...P...h..b.....";
}
} else {
if (miceActive) {