Merge 30ff99bd8b9baf8f9f4ff057f43d408cb7de760c into 83e8f70ee4f7ddb6b874bdb81a1f75ceeeba58e4

This commit is contained in:
b0tFilip 2025-03-01 10:11:39 +05:30 committed by GitHub
commit e45ba8481c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ To create a ping session, you need to fill in the ``esp_ping_config_t`` configur
Example method to create a new ping session and register callbacks:
.. code-block:: c
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
static void test_on_ping_success(esp_ping_handle_t hdl, void *args)
{