#ifndef ESP_NOW_COMM_H #define ESP_NOW_COMM_H #include "app_config.h" #include "esp_err.h" esp_err_t esp_now_comm_init(const app_config_t *config); #endif