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