From ffe6eec9bdfe1eb2db3079108dfaa72d01393005 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Jun 2024 10:37:46 -0400 Subject: [PATCH] Update adafruitio_00_publish_modified.cpp fix def --- .../adafruitio_00_publish_modified.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stempayload/Payload_BME280_MPU6050_AIO/adafruitio_00_publish_modified.cpp b/stempayload/Payload_BME280_MPU6050_AIO/adafruitio_00_publish_modified.cpp index 7996ec89..2922f97c 100644 --- a/stempayload/Payload_BME280_MPU6050_AIO/adafruitio_00_publish_modified.cpp +++ b/stempayload/Payload_BME280_MPU6050_AIO/adafruitio_00_publish_modified.cpp @@ -31,7 +31,7 @@ bool aio_connected = false; unsigned long time_stamp; // should match the number of feeds define below so throttling delay is set correctly -#define FEEDS = 10 +#define FEEDS 10 // set up the 'counter' feed //AdafruitIO_Feed *counter = io.feed("counter");