include bme280
This commit is contained in:
@@ -5,3 +5,4 @@
|
|||||||
|
|
||||||
COMPONENT_EMBED_TXTFILES := certs/cacert.pem
|
COMPONENT_EMBED_TXTFILES := certs/cacert.pem
|
||||||
COMPONENT_EMBED_TXTFILES += certs/prvtkey.pem
|
COMPONENT_EMBED_TXTFILES += certs/prvtkey.pem
|
||||||
|
COMPONENT_ADD_INCLUDEDIRS = . ../components/bme280
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "protocol_examples_common.h"
|
#include "protocol_examples_common.h"
|
||||||
|
|
||||||
#include <esp_https_server.h>
|
#include <esp_https_server.h>
|
||||||
/* #include "bme280.h" */
|
#include "bme280.h"
|
||||||
|
|
||||||
// pin numbers specific to this TTGO board
|
// pin numbers specific to this TTGO board
|
||||||
#define SDA_PIN GPIO_NUM_21
|
#define SDA_PIN GPIO_NUM_21
|
||||||
|
|||||||
Reference in New Issue
Block a user