mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
a751901169
commit
06dcea2f2f
@ -1 +1 @@
|
||||
86567fe14f4dd951db0b24295b7f2825 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/ESP32-Rainmaker-Switch.bin
|
||||
0e5eb04d13dc51966178718ab67d5ef5 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/ESP32-Rainmaker-Switch.bin
|
||||
|
Binary file not shown.
@ -1259,3 +1259,22 @@
|
||||
321 1394 7451225276220213 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.map be50754f10ab1bb6
|
||||
337 1761 7451233577447030 esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj a98fd39209706c4c
|
||||
1764 2179 7451233581516812 esp-idf/main/libmain.a 8df08645a1b22e8a
|
||||
2180 17220 7451233731690462 esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
2180 17220 7451233731690462 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
243 634 7451225276220213 bootloader-prefix/src/bootloader-stamp/bootloader-build be50754f10ab1bb6
|
||||
243 634 7451225276220213 bootloader/bootloader.elf be50754f10ab1bb6
|
||||
243 634 7451225276220213 bootloader/bootloader.bin be50754f10ab1bb6
|
||||
243 634 7451225276220213 bootloader/bootloader.map be50754f10ab1bb6
|
||||
243 634 7451225276220213 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-build be50754f10ab1bb6
|
||||
243 634 7451225276220213 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.elf be50754f10ab1bb6
|
||||
243 634 7451225276220213 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.bin be50754f10ab1bb6
|
||||
243 634 7451225276220213 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.map be50754f10ab1bb6
|
||||
254 1078 7451234897876763 esp-idf/main/CMakeFiles/__idf_main.dir/app_driver.c.obj 5959b69643102a16
|
||||
1082 1278 7451234899895599 esp-idf/main/libmain.a 8df08645a1b22e8a
|
||||
1279 12968 7451235016518114 esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
1279 12968 7451235016518114 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
12969 16239 7451235049038121 ESP32-Rainmaker-Switch.elf deb2634d5539d691
|
||||
16240 16868 7451235055823676 .bin_timestamp 983b9a5bbba3c76a
|
||||
16240 16868 7451235055823676 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/.bin_timestamp 983b9a5bbba3c76a
|
||||
16869 17108 0 esp-idf/esptool_py/CMakeFiles/app_check_size e2e552add3db6290
|
||||
16869 17108 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/app_check_size e2e552add3db6290
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -117,3 +117,5 @@
|
||||
35 211 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
39 689 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
39 689 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
43 279 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
43 279 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
|
Binary file not shown.
Binary file not shown.
@ -76,6 +76,10 @@ void app_sensor_init(void) {
|
||||
//return ESP_FAIL;
|
||||
}
|
||||
|
||||
float app_get_current_temperature() {
|
||||
return a_light;
|
||||
}
|
||||
|
||||
//static void app_bme280_init() {}
|
||||
|
||||
static void app_indicator_set(bool state)
|
||||
|
@ -249,6 +249,8 @@ Espressif offers a complete solution that includes private deployment of IoT clo
|
||||
|
||||
Matter [^9] [^10] is an industry-unifying standard that provides reliable and secure connectivity for smart-home devices. It is an IP-based connectivity protocol that works on Wi-Fi, Ethernet, and Thread (over 802.15.4 radio) transports with Bluetooth LE being used for commissioning. The Matter standard is defined by the Connectivity Standards Alliance in association with all the industry leaders.
|
||||
|
||||
[ESP**RAINMAKER** dashboard](https://dashboard.rainmaker.espressif.com/sign-up)
|
||||
|
||||
[ESP Rainmaker Tutorial](https://github.com/alexandrebobkov/ESP-Nodes/blob/main/Tutorial-Rainmaker.md)
|
||||
|
||||
Standard set of IoTs types include: [^8] [^11]
|
||||
|
Loading…
Reference in New Issue
Block a user