Update Payload_BME280_MPU6050_XS.ino test storing

beta-cal
Alan Johnston 2 years ago committed by GitHub
parent d5b0ead399
commit c776306078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -381,8 +381,8 @@ void loop() {
Serial.println(sensorValue);
Serial.println(" ");
eeprom_word_write(4, (int)(temp * 10.0) + 0.5);
eeprom_word_write(5, sensorValue);
eeprom_word_write(6, (int)(temp * 10.0) + 0.5);
eeprom_word_write(7, sensorValue);
if (EEPROM.commit()) {
Serial.println("EEPROM successfully committed");

Loading…
Cancel
Save

Powered by TurnKey Linux.