include bme280

This commit is contained in:
2020-09-13 17:15:51 -05:00
parent e509532b30
commit e968df1ca4
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@
COMPONENT_EMBED_TXTFILES := certs/cacert.pem
COMPONENT_EMBED_TXTFILES += certs/prvtkey.pem
COMPONENT_ADD_INCLUDEDIRS = . ../components/bme280

View File

@@ -9,7 +9,7 @@
#include "protocol_examples_common.h"
#include <esp_https_server.h>
/* #include "bme280.h" */
#include "bme280.h"
// pin numbers specific to this TTGO board
#define SDA_PIN GPIO_NUM_21