summaryrefslogtreecommitdiff
path: root/nrfdemo/src/main.c
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
commit9078b7ec09b135f091cb951ed234bf013c9c838e (patch)
treeba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/src/main.c
parent2e13c372f1419f08dab7797b244681f889dd9bcf (diff)
bme680 added
Diffstat (limited to 'nrfdemo/src/main.c')
-rw-r--r--nrfdemo/src/main.c2
1 files changed, 2 insertions, 0 deletions
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 <nrf_modem_gnss.h>
#include "mqtt_connection.h"
+#include "bme680/bme680.h"
+
/* The mqtt client struct */
static struct mqtt_client client;
/* File descriptor */