-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
build/ | ||
sdkconfig.old | ||
build_sensor1/ | ||
build_sensor2/ | ||
managed_components/ | ||
|
||
.vscode/.browse.c_cpp.db* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
#include <esp_log.h> | ||
#include <mutex> | ||
#include <string> | ||
#include <sys/socket.h> | ||
|
||
namespace esp32 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# | ||
# Project | ||
# | ||
# CONFIG_SHT3X_SENSOR_ENABLE is not set | ||
CONFIG_SCD30_SENSOR_ENABLE=y | ||
CONFIG_SCD30_SENSOR_TEMPERATURE_OFFSET=160 | ||
# CONFIG_SCD4x_SENSOR_ENABLE is not set | ||
# CONFIG_ENABLE_SD_CARD_SUPPORT is not set | ||
# end of Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Project | ||
# | ||
# CONFIG_SHT3X_SENSOR_ENABLE is not set | ||
# CONFIG_SCD30_SENSOR_ENABLE is not set | ||
# CONFIG_SCD30_SENSOR_TEMPERATURE_OFFSET | ||
CONFIG_SCD4x_SENSOR_ENABLE=y | ||
CONFIG_SCD4x_SENSOR_TEMPERATURE_OFFSET=200 | ||
# CONFIG_ENABLE_SD_CARD_SUPPORT is not set | ||
# end of Project |