mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-28 18:51:52 +00:00
esp32 temperature node
This commit is contained in:
@@ -1 +1 @@
|
||||
d0fe7307175315f1c35667b11f17d7d0 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/ESP32-IDF_Temperture-Node-v2.bin
|
||||
fd1f33be963b5682a3d283821243d978 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/ESP32-IDF_Temperture-Node-v2.bin
|
||||
|
||||
@@ -1045,3 +1045,10 @@
|
||||
447 532 1759555690330258312 esp-idf/esp_app_format/libesp_app_format.a d8cb85a1372c19ad
|
||||
533 889 1759555690416266771 esp-idf/main/CMakeFiles/__idf_main.dir/hello_world_main.c.obj 3c90fb5e1ac3da35
|
||||
889 947 1759555690772301787 esp-idf/main/libmain.a 961e2f0e8ccecf4c
|
||||
947 18419 1759555708146948763 esp-idf/esp_system/ld/sections.ld cb4727eabf6de44d
|
||||
947 18419 1759555708146948763 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/esp-idf/esp_system/ld/sections.ld cb4727eabf6de44d
|
||||
18427 20913 1759555708310968161 ESP32-IDF_Temperture-Node-v2.elf 958512012c7759e6
|
||||
20914 21420 1759555711298240975 .bin_timestamp 630526db8051c0b4
|
||||
20914 21420 1759555711298240975 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/.bin_timestamp 630526db8051c0b4
|
||||
21420 21540 1759555711303241429 esp-idf/esptool_py/CMakeFiles/app_check_size 1c19ccb1948ca342
|
||||
21420 21540 1759555711303241429 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1c19ccb1948ca342
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -38,6 +38,7 @@ i2c_config_t conf = {
|
||||
.mode = I2C_MODE_MASTER,
|
||||
.sda_io_num = GPIO_NUM_21,
|
||||
.scl_io_num = GPIO_NUM_22,
|
||||
.sda_pullup_en = GPIO_PULLUP_ENABLE,
|
||||
.master.clk_speed = I2C_MASTER_FREQ_HZ,
|
||||
.clk_flags= 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user