From 783b44fbca0ed467a868b4420f191c6d9f6caea5 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Tue, 18 Jun 2024 18:20:35 +0300 Subject: [PATCH] Minor changes --- include/zh_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zh_network.h b/include/zh_network.h index 7c66389..d30d948 100644 --- a/include/zh_network.h +++ b/include/zh_network.h @@ -30,7 +30,7 @@ .route_vector_size = 100, \ .wifi_interface = WIFI_IF_STA, \ .wifi_channel = 1, \ - .attempts = 3 + .attempts = 3 \ } #ifdef __cplusplus