mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	fix the wifi scan fail issue caused by the power off the wifi power domain
This commit is contained in:
		| @@ -76,6 +76,14 @@ void phy_close_rf(void); | ||||
| void phy_xpd_tsens(void); | ||||
| #endif | ||||
|  | ||||
| #if CONFIG_IDF_TARGET_ESP32C3 | ||||
| /** | ||||
|  * @brief Update internal state of PHY when wifi deinit powers off the wifi power domain. | ||||
|  */ | ||||
| void phy_init_flag(void); | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * @brief Store and load PHY digital registers. | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Li Shuai
					Li Shuai