From 41602f665c6692c8e64f82e294ee6bad70a23fa4 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sat, 20 Jul 2024 23:24:00 +0300 Subject: [PATCH] Version 1.0.1 Updated README. --- README.md | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49006e..5800b90 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ void wifi_event_handler(void *arg, esp_event_base_t event_base, int32_t event_id void app_main(void) { + esp_log_level_set("zh_syslog", ESP_LOG_NONE); nvs_flash_init(); esp_netif_init(); esp_event_loop_create_default(); diff --git a/version.txt b/version.txt index afaf360..7f20734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file