diff --git a/ESP32-IDF_Temperture-Node-v2/build/.ninja_lock b/ESP32-IDF_Temperture-Node-v2/build/.ninja_lock new file mode 100644 index 000000000..e69de29bb diff --git a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c index be61f50a4..e89c6c831 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -19,6 +19,7 @@ #include "esp_log.h" #include "i2c_bus.h" #include "bme280.h" +//#include "mqtt_network.h" #include "config.h" static const char *TAG = "esp32 node";