Compare commits

..

1 Commits
v1.0.0 ... main

Author SHA1 Message Date
41602f665c Version 1.0.1
Updated README.
2024-07-20 23:24:00 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -1 +1 @@
1.0.0
1.0.1