mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
reporting interval
This commit is contained in:
parent
4e1656a331
commit
cdd2bc0561
2
ESP32-Rainmaker-Switch/.vscode/settings.json
vendored
2
ESP32-Rainmaker-Switch/.vscode/settings.json
vendored
@ -12,7 +12,7 @@
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32c3-ftdi.cfg"
|
||||
],
|
||||
"idf.portWin": "COM27",
|
||||
"idf.portWin": "COM35",
|
||||
"idf.pythonBinPathWin": "c:\\Users\\alex\\.espressif\\tools\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe",
|
||||
"idf.toolsPathWin": "c:\\Users\\alex\\.espressif\\tools",
|
||||
"idf.gitPathWin": "c:\\Users\\alex\\.espressif\\tools\\tools\\idf-git\\2.39.2\\cmd\\git.exe",
|
||||
|
@ -1 +1 @@
|
||||
76bb11ecd463b80e9b0dda63a3d7281f C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/ESP32-Rainmaker-Switch.bin
|
||||
fbdda964562cd07c4e66c5dda5f49bc5 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/ESP32-Rainmaker-Switch.bin
|
||||
|
Binary file not shown.
@ -1147,3 +1147,21 @@
|
||||
204921 205488 7468983426873208 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/.bin_timestamp 983b9a5bbba3c76a
|
||||
205489 205664 0 esp-idf/esptool_py/CMakeFiles/app_check_size e2e552add3db6290
|
||||
205489 205664 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esptool_py/CMakeFiles/app_check_size e2e552add3db6290
|
||||
373 816 7468982226631429 bootloader-prefix/src/bootloader-stamp/bootloader-build be50754f10ab1bb6
|
||||
373 816 7468982226631429 bootloader/bootloader.elf be50754f10ab1bb6
|
||||
373 816 7468982226631429 bootloader/bootloader.bin be50754f10ab1bb6
|
||||
373 816 7468982226631429 bootloader/bootloader.map be50754f10ab1bb6
|
||||
373 816 7468982226631429 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader-prefix/src/bootloader-stamp/bootloader-build be50754f10ab1bb6
|
||||
373 816 7468982226631429 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.elf be50754f10ab1bb6
|
||||
373 816 7468982226631429 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.bin be50754f10ab1bb6
|
||||
373 816 7468982226631429 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/bootloader.map be50754f10ab1bb6
|
||||
386 1090 7486011560751747 esp-idf/main/CMakeFiles/__idf_main.dir/app_driver.c.obj 5959b69643102a16
|
||||
402 1190 7486011561721794 esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj a98fd39209706c4c
|
||||
1192 1455 7486011564356201 esp-idf/main/libmain.a 8df08645a1b22e8a
|
||||
1456 12352 7486011673015580 esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
1456 12352 7486011673015580 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/esp-idf/esp_system/ld/sections.ld ab09ddea2c39cf62
|
||||
12353 15885 7486011708274400 ESP32-Rainmaker-Switch.elf deb2634d5539d691
|
||||
15886 16502 7486011714852015 .bin_timestamp 983b9a5bbba3c76a
|
||||
15886 16502 7486011714852015 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/.bin_timestamp 983b9a5bbba3c76a
|
||||
16502 16682 0 esp-idf/esptool_py/CMakeFiles/app_check_size e2e552add3db6290
|
||||
16502 16682 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 it is too large
Load Diff
@ -99,3 +99,5 @@
|
||||
26070 26751 7468982497908666 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/.bin_timestamp 4f0521f7b4947927
|
||||
26751 26966 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
26751 26966 0 C:/Users/alex/github/ESP-Nodes/ESP32-Rainmaker-Switch/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
61 243 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7fa5a58273f3cc6e
|
||||
61 243 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.
@ -10,7 +10,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#define DEFAULT_POWER true
|
||||
#define REPORTING_PERIOD 60
|
||||
#define REPORTING_PERIOD 300 //60
|
||||
|
||||
extern esp_rmaker_device_t *switch_device;
|
||||
// Define RainMaker device: switch
|
||||
|
Loading…
Reference in New Issue
Block a user