This commit is contained in:
2025-07-05 00:07:51 -04:00
parent 07f4ad5a95
commit 5041381a9f

View File

@@ -1,4 +1,10 @@
#ifndef RECEIVER_H
#define RECEIVER_H
#include "esp_mac.h"
#include "esp_now.h"
#include "esp_netif.h"
void wifi_init();
#endif