mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add get_ap() method to WiFi (#3684)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							599a455150
						
					
				
				
					commit
					4791093e48
				
			| @@ -182,6 +182,7 @@ class WiFiComponent : public Component { | ||||
|    * can be made, the AP will be turned off again. | ||||
|    */ | ||||
|   void set_ap(const WiFiAP &ap); | ||||
|   WiFiAP get_ap() { return this->ap_; } | ||||
|  | ||||
|   void start_scanning(); | ||||
|   void check_scanning_finished(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user