From 9078b7ec09b135f091cb951ed234bf013c9c838e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 19 Apr 2025 22:50:44 +0200 Subject: bme680 added --- nrfdemo/src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nrfdemo/src/main.c') diff --git a/nrfdemo/src/main.c b/nrfdemo/src/main.c index 68f8f3c..431e8cf 100644 --- a/nrfdemo/src/main.c +++ b/nrfdemo/src/main.c @@ -19,6 +19,8 @@ #include #include "mqtt_connection.h" +#include "bme680/bme680.h" + /* The mqtt client struct */ static struct mqtt_client client; /* File descriptor */ -- cgit v1.2.3