Update Payload_BME280_MPU6050_AIO.ino typo

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

@ -231,7 +231,7 @@ void setup() {
aio_setup(); // Adafruit IO setup code defined in adafruitio_00_publish.cpp aio_setup(); // Adafruit IO setup code defined in adafruitio_00_publish.cpp
for (int i = 0; i++; i < 20) for (int i = 0; i++; i < 20)
i] = 0.0; tlm[i] = 0.0;
tlm[0] = 23.1; tlm[0] = 23.1;
tlm[1] = 1000.2; tlm[1] = 1000.2;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.