connect via wifi and enable esp insights
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
10
firmware/main/wifi_handler.h
Normal file
10
firmware/main/wifi_handler.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
void wifi_init_sta(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user