All on one line

pull/53/head
alanbjohnston 5 years ago committed by GitHub
parent 48eb635ce5
commit aac514c882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ void loop() {
Serial1.print(" ");
Serial1.print(bme.readAltitude(SEALEVELPRESSURE_HPA));
Serial1.print(" ");
Serial1.println(bme.readHumidity());
Serial1.print(bme.readHumidity());
mpu6050.update();

Loading…
Cancel
Save

Powered by TurnKey Linux.