mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:56:11 +00:00
ESPNOW + WiFi
This commit is contained in:
@@ -16,6 +16,7 @@ static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_
|
|||||||
static void mqtt_publish_task(void *arg);
|
static void mqtt_publish_task(void *arg);
|
||||||
void mqtt_app_start(void);
|
void mqtt_app_start(void);
|
||||||
void mqtt_publish(void);
|
void mqtt_publish(void);
|
||||||
|
void mqtt_publish_temp (float temp);
|
||||||
void sta_wifi_init(void);
|
void sta_wifi_init(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user