mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-01 18:35:42 +00:00
.
This commit is contained in:
0
ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
Normal file
0
ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
ref: refs/heads/main
|
4c2820d377d1375e787bcef612f0c32c1427d183
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ set(HEAD_HASH)
|
|||||||
file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||||
|
|
||||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||||
set(GIT_DIR "/home/abobkov/MyProjects/ESP-Nodes/.git")
|
set(GIT_DIR "/home/abobkov/esp/v5.4.1/esp-idf/.git")
|
||||||
# handle git-worktree
|
# handle git-worktree
|
||||||
if(EXISTS "${GIT_DIR}/commondir")
|
if(EXISTS "${GIT_DIR}/commondir")
|
||||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
f2f6dada2dfe28b2b6278bad8dad7ff488ad99d4
|
4c2820d377d1375e787bcef612f0c32c1427d183
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ static const char* MQTT_BROKER_URI;
|
|||||||
//static esp_mqtt_client_handle_t mqtt_client = NULL;
|
//static esp_mqtt_client_handle_t mqtt_client = NULL;
|
||||||
|
|
||||||
void mqttronix_update_temp (float temp);
|
void mqttronix_update_temp (float temp);
|
||||||
|
void mqttronix_update_humidity (float humidity);
|
||||||
|
void mqttronix_update_pressure (float pressure);
|
||||||
void mqttronix_start(void);
|
void mqttronix_start(void);
|
||||||
void wifi_init(void);
|
void wifi_init(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user