Update Payload_BME280_MPU6050_AIO.ino fixed default vals

beta-mqtt
Alan Johnston 2 years ago committed by GitHub
parent 4fed2caf77
commit 505e18d6b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -234,8 +234,8 @@ void setup() {
tlm[i] = 0.0;
tlm[0] = 23.1;
tlm[1] = 1000.2;
tlm[2] = 84.2;
tlm[3] = 100.8;
tlm[2] = 122;
tlm[3] = 56.8;
}
void loop() {

Loading…
Cancel
Save

Powered by TurnKey Linux.