Files
blk_box_lib/include/blk_box_drivers/wifi.hpp
T
2026-08-14 00:51:51 -05:00

13 lines
137 B
C++

#ifndef _WIFI_HPP
#define _WIFI_HPP
#include "esp_err.h"
class Wifi {
public:
static esp_err_t init();
};
#endif /* _WIFI_HPP */