esp32/domestic-climate-monitor/main/wifi.h
2026-01-13 18:30:18 +00:00

6 lines
74 B
C

#ifndef WIFI_H
#define WIFI_H
void wifi_connect(void);
#endif // WIFI_H