mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-30 00:42:15 +00:00
esp32 temperature node
This commit is contained in:
Binary file not shown.
@@ -116,3 +116,5 @@
|
|||||||
13 27313 1759550691662785931 build.ninja 57dfe371cbe51ac8
|
13 27313 1759550691662785931 build.ninja 57dfe371cbe51ac8
|
||||||
44 496 1759550691975728837 esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
44 496 1759550691975728837 esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
||||||
44 496 1759550691975728837 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
44 496 1759550691975728837 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
||||||
|
18 164 1759551259944973383 esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
||||||
|
18 164 1759551259944973383 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ce625079fafab73b
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
#include "esp_chip_info.h"
|
#include "esp_chip_info.h"
|
||||||
#include "esp_flash.h"
|
#include "esp_flash.h"
|
||||||
#include "esp_system.h"
|
#include "esp_system.h"
|
||||||
|
#include "bme280.h"
|
||||||
|
|
||||||
static bme280_handle_t sensor = NULL;
|
static bme280_handle_t sensor = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user