17 lines
		
	
	
		
			No EOL
		
	
	
		
			247 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			247 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef WIFI_HELPER_H
 | |
| #define WIFI_HELPER_H
 | |
| 
 | |
| #define CONFIG_ESP_WIFI_SSID      "FBK_the_cutest_fox"
 | |
| #define CONFIG_ESP_WIFI_PASS      "zsfv3210"
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| 
 | |
| void connect_wifi(void);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif |