Medium main code refactoring

This commit is contained in:
2024-06-01 07:54:39 +03:00
parent b9c2158b73
commit a8acea4ca9
2 changed files with 149 additions and 158 deletions

View File

@ -166,7 +166,7 @@ extern "C"
* - ESP_OK if sent was success
* - ESP_ERR_INVALID_ARG if parameter error
* - ESP_ERR_INVALID_STATE if queue for outgoing data is almost full
* - ESP_FAIL if ESP-NOW is not initialized
* - ESP_FAIL if ESP-NOW is not initialized or any internal error
*/
esp_err_t zh_network_send(const uint8_t *target, const uint8_t *data, const uint8_t data_len);