You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop to post the event to."
Should be
"This function behaves in the same manner as esp_event_post, except the additional specification of the event loop to post the event to."
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[docs] Incorrect description of esp_event_post_to() on Docs
[docs] Incorrect description of esp_event_post_to() on Docs (IDFGH-12311)
Mar 10, 2024
Answers checklist.
General issue report
https://docs.espressif.com/projects/esp-idf/zh_CN/v5.1.2/esp32s3/api-reference/system/esp_event.html?highlight=esp_event_post_to#_CPPv417esp_event_post_to23esp_event_loop_handle_t16esp_event_base_t7int32_tPKv6size_t10TickType_t
"This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop to post the event to."
Should be
"This function behaves in the same manner as esp_event_post, except the additional specification of the event loop to post the event to."
The text was updated successfully, but these errors were encountered: