Version 1.0.6

Added support some sensors.
Fixed some bugs.
This commit is contained in:
2024-07-03 07:39:39 +03:00
parent 52a2cac8a8
commit b4843954ca
4 changed files with 9 additions and 7 deletions

View File

@ -141,7 +141,7 @@ void zh_eth_event_handler(void *arg, esp_event_base_t event_base, int32_t event_
void zh_wifi_event_handler(void *arg, esp_event_base_t event_base, int32_t event_id, void *event_data);
/**
* @brief Function for ESP-NOW event processing
* @brief Function for ESP-NOW event processing.
*
* @param[in,out] arg Pointer to the structure of data exchange between tasks, functions and event handlers.
*/