diff --git a/FeatureRequest.md b/FeatureRequest.md index c862a4de..8f6cddd7 100644 --- a/FeatureRequest.md +++ b/FeatureRequest.md @@ -66,6 +66,8 @@ ____ * Let the device be normally in deep sleep state, and wake it up periodically to collect data and push it via MQTT or HTTP post. * Support ESP-NOW to reduce the overhead of connecting to wifi and mqtt * the above should enable battery powered applications + +* An other way to set deep sleep would be to enable it in a specific period (at night). #### #19 Extended log informations diff --git a/README.md b/README.md index 1bf03a67..2ed672a2 100644 --- a/README.md +++ b/README.md @@ -40,34 +40,7 @@ In other cases you can contact the developer via email: -const char* GIT_BASE_BRANCH = "master - v11.2.0 - 2022-08-28"; +const char* GIT_BASE_BRANCH = "master - v11.3.0 - 2022-09-16"; const char* git_base_branch(void) diff --git a/code/version.cpp b/code/version.cpp index 3cf86297..6f60d70e 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="N/A"; -const char* GIT_TAG="N/A"; -const char* GIT_BRANCH="N/A"; -const char* BUILD_TIME="2022-09-16 17:31"; \ No newline at end of file +const char* GIT_REV="0354236"; +const char* GIT_TAG=""; +const char* GIT_BRANCH="rolling"; +const char* BUILD_TIME="2022-09-17 10:12"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 24a13660..e42c95fa 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 678d134f..a6621cf3 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ diff --git a/firmware/html.zip b/firmware/html.zip index 88ae4e6d..8e335240 100644 Binary files a/firmware/html.zip and b/firmware/html.zip differ diff --git a/sd-card/html/version.txt b/sd-card/html/version.txt index 29b7b9ad..0baffb7e 100644 --- a/sd-card/html/version.txt +++ b/sd-card/html/version.txt @@ -1 +1 @@ -16.4.0 +16.4.1