chore: import local project into Gitea
This commit is contained in:
17
lib/esp-hosted-fg/esp_hosted_fg.h
Normal file
17
lib/esp-hosted-fg/esp_hosted_fg.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef ESP_HOSTED_FG_H
|
||||
#define ESP_HOSTED_FG_H
|
||||
|
||||
#include <esp_err.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
esp_err_t esp_hosted_fg_init(void);
|
||||
esp_err_t esp_hosted_fg_wifi_ap_start(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // ESP_HOSTED_FG_H
|
||||
Reference in New Issue
Block a user