mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	CONFIG_UART_ISR_IN_IRAM (HW FIFO Overflow)
This commit is contained in:
		| @@ -79,6 +79,7 @@ async def to_code(config): | |||||||
|     add_idf_sdkconfig_option("CONFIG_PPP_CHAP_SUPPORT", True) |     add_idf_sdkconfig_option("CONFIG_PPP_CHAP_SUPPORT", True) | ||||||
|     add_idf_sdkconfig_option("CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION", True) |     add_idf_sdkconfig_option("CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION", True) | ||||||
|     add_idf_sdkconfig_option("CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT", True) |     add_idf_sdkconfig_option("CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT", True) | ||||||
|  |     add_idf_sdkconfig_option("CONFIG_UART_ISR_IN_IRAM", True) | ||||||
|  |  | ||||||
|     cg.add_define("USE_MODEM") |     cg.add_define("USE_MODEM") | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user