mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-24 01:30:15 +01:00
gas Comment for BME680
This commit is contained in:
parent
3028676e58
commit
111a26a45d
|
|
@ -147,7 +147,7 @@ namespace BME_Utils {
|
|||
fifthLine = "BME-> " + String(int(newTemp))+"C " + humStr + "% " + presStr.substring(0,4) + "hPa";
|
||||
wx = ".../...g...t" + tempStr + "r...p...P...h" + humStr + "b" + presStr;
|
||||
#ifdef BME680Sensor
|
||||
wx += "Gas: " + String(newGas) + "Kohms";
|
||||
wx += "Gas: " + String(newGas) + "Kohms ";
|
||||
#endif
|
||||
return wx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue