This commit is contained in:
2025-10-10 01:17:58 -04:00
parent a569aac0cb
commit 63807b007c
5 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
ref: refs/heads/main
4c2820d377d1375e787bcef612f0c32c1427d183

View File

@@ -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)
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
if(EXISTS "${GIT_DIR}/commondir")
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)

View File

@@ -1 +1 @@
f2f6dada2dfe28b2b6278bad8dad7ff488ad99d4
4c2820d377d1375e787bcef612f0c32c1427d183

View File

@@ -12,6 +12,8 @@ static const char* MQTT_BROKER_URI;
//static esp_mqtt_client_handle_t mqtt_client = NULL;
void mqttronix_update_temp (float temp);
void mqttronix_update_humidity (float humidity);
void mqttronix_update_pressure (float pressure);
void mqttronix_start(void);
void wifi_init(void);