mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 14:20:51 +00:00
temp sensor
This commit is contained in:
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
4f7dd2df8749dd8478dae1aa3dd3eac95e9c1c26
|
72d853ee908a74f97fdcd05eaa4a1ddf85eef3e3
|
||||||
|
File diff suppressed because one or more lines are too long
1061
ESP32-IDF_ESPNOW-Transmitter/build/component_properties.temp.cmake
Normal file
1061
ESP32-IDF_ESPNOW-Transmitter/build/component_properties.temp.cmake
Normal file
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ static const char *TAG = "SystemHealth";
|
|||||||
EXP32-C3 Chip built-in temprature sensor
|
EXP32-C3 Chip built-in temprature sensor
|
||||||
Read & display the temperature value
|
Read & display the temperature value
|
||||||
*/
|
*/
|
||||||
void temp_sensor_task (void *arg) {
|
static void temp_sensor_task (void *arg) {
|
||||||
while (true) {
|
while (true) {
|
||||||
ESP_LOGI(TAG, "Reading sensor temperature");
|
ESP_LOGI(TAG, "Reading sensor temperature");
|
||||||
float tsens_value;
|
float tsens_value;
|
||||||
|
Reference in New Issue
Block a user