From bdae511c061f8ef6acf7337a5d98db4aa2e7c8da Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Mon, 31 Dec 2018 16:42:09 +0100 Subject: [PATCH] globals.h: BSEC path changed --- include/globals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/globals.h b/include/globals.h index 4203cef9..d279588a 100644 --- a/include/globals.h +++ b/include/globals.h @@ -9,7 +9,8 @@ #include #include #include "Mallocator.h" -#include "inc/bsec_datatypes.h" +//#include "inc/bsec_datatypes.h" +#include "../lib/Bosch-BSEC/src/inc/bsec_datatypes.h" // sniffing types #define MAC_SNIFF_WIFI 0 @@ -55,7 +56,7 @@ typedef struct { uint8_t runmode; // 0=normal, 1=update uint8_t payloadmask; // bitswitches for payload data char version[10]; // Firmware version - char bsecstate[BSEC_MAX_STATE_BLOB_SIZE + 2]; // init BSEC state for BME680 sensor + char bsecstate[BSEC_MAX_STATE_BLOB_SIZE + 2]; // BSEC state for BME680 sensor } configData_t; // Struct holding payload for data send queue