- #ifndef FLIP_WIFI_I_H
- #define FLIP_WIFI_I_H
- #include <flip_wifi.h>
- #include <flip_storage/flip_wifi_storage.h>
- #include <callback/flip_wifi_callback.h>
- // Function to allocate resources for the FlipWiFiApp
- FlipWiFiApp *flip_wifi_app_alloc();
- #endif // FLIP_WIFI_I_H
|