Update Payload_BME280_MPU6050_AIO.ino added tlm[1]

beta-mqtt
Alan Johnston 2 years ago committed by GitHub
parent 52a1fe2441
commit 65e487944e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.