copied from https server example, changed wifi info and certs

This commit is contained in:
2020-09-13 12:54:47 -05:00
commit 31f8406a68
8 changed files with 212 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := bme280
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk