Minor changes

This commit is contained in:
Alexey Zholtikov 2024-06-18 18:08:31 +03:00
parent a5117e1485
commit cd12861e36

View File

@ -16,7 +16,8 @@
.queue_size = 32, \
.wifi_interface = WIFI_IF_STA, \
.wifi_channel = 1, \
.attempts = 3}
.attempts = 3
}
#ifdef __cplusplus
extern "C"