add START_FLAG

pico-payload-gps-mq-flag
alanbjohnston 3 years ago committed by GitHub
parent 01cb11f984
commit e530517e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3030,7 +3030,7 @@ void payload_OK_only()
// first_time = false;
if (bmePresent) {
Serial.print("OK BME280 ");
Serial.print("START_FLAGOK BME280 ");
Serial.print(bme.readTemperature());
Serial.print(" ");
Serial.print(bme.readPressure() / 100.0F);

Loading…
Cancel
Save

Powered by TurnKey Linux.