show SplashScreen while connecting Signed-off-by: Peter Siegmund <developer@mars3142.org>
11 lines
115 B
C
11 lines
115 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
void wifi_manager_init(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|