From 742c807c416d9f80c0571f8daea85d275e8d4c93 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Tue, 18 Jun 2024 18:20:10 +0300 Subject: [PATCH] Minor changes --- include/zh_espnow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zh_espnow.h b/include/zh_espnow.h index 9a3002c..daea1a9 100644 --- a/include/zh_espnow.h +++ b/include/zh_espnow.h @@ -16,7 +16,7 @@ .queue_size = 32, \ .wifi_interface = WIFI_IF_STA, \ .wifi_channel = 1, \ - .attempts = 3 + .attempts = 3 \ } #ifdef __cplusplus