mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Add Include to access SDK function directly
Some function like the one to know the current mode are not in ESPWifi class but directly available from SDK
This commit is contained in:
		| @@ -22,6 +22,11 @@ | ||||
| #include "config.h" | ||||
| #include "ESP8266WiFi.h" | ||||
| #include "IPAddress.h" | ||||
| extern "C" { | ||||
| #include "user_interface.h" | ||||
| } | ||||
| //to get access to some function like | ||||
| //wifi_get_opmode() in status | ||||
|  | ||||
| //no strtok so this is simplified version | ||||
| //return number of part | ||||
|   | ||||
		Reference in New Issue
	
	Block a user