ESP32S2_Cal/main/interface/if_wifi.h

6 lines
90 B
C

#ifndef IF_WIFI_H
#define IF_WIFI_H
esp_err_t if_wifi_init(lv_obj_t *parent_obj);
#endif