mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
c6b83dae1c
commit
d9b6e29d3c
@ -1 +1 @@
|
||||
6fd855cf00127ed0f908aef653e3215f C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/ESP32-IDF_BMP280.bin
|
||||
a53a1b47f7454bbe10adbb30fccf0738 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/ESP32-IDF_BMP280.bin
|
||||
|
@ -1068,3 +1068,10 @@
|
||||
479 924 7420922082502235 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/bootloader/bootloader.map d9a64d65710c8e3f
|
||||
491 1817 7421843994346241 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj ab6000bfe64efa10
|
||||
1829 2141 7421843998022357 esp-idf/main/libmain.a 477bac76704fc042
|
||||
2142 18833 7421844164666605 esp-idf/esp_system/ld/sections.ld 63f645386541e33e
|
||||
2142 18833 7421844164666605 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/esp-idf/esp_system/ld/sections.ld 63f645386541e33e
|
||||
18833 19815 7421844174500154 ESP32-IDF_BMP280.elf 8b7ec3f2a2e519c3
|
||||
19816 20343 7421844179999554 .bin_timestamp 7d681496dde19df5
|
||||
19816 20343 7421844179999554 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/.bin_timestamp 7d681496dde19df5
|
||||
20343 20498 0 esp-idf/esptool_py/CMakeFiles/app_check_size 1acfd0c7da667d98
|
||||
20343 20498 0 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_BMP280/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1acfd0c7da667d98
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -153,7 +153,7 @@ void app_main(void)
|
||||
i2c_driver_delete(I2C_NUM_0);
|
||||
|
||||
if (cmd_ret == ESP_OK)
|
||||
ESP_LOGI(TAG, "I2C device found at address %X", address);
|
||||
ESP_LOGI(TAG, "I2C device found at address 0x%X", address);
|
||||
else
|
||||
ESP_LOGI(TAG, "error %X", cmd_ret);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user