CONFIG_UART_ISR_IN_IRAM (HW FIFO Overflow)

This commit is contained in:
oarcher 2024-05-31 00:12:55 +02:00
parent ee873ee420
commit 0e7029f163

View file

@ -79,6 +79,7 @@ async def to_code(config):
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_NOTIFY_PHASE_SUPPORT", True)
add_idf_sdkconfig_option("CONFIG_UART_ISR_IN_IRAM", True)
cg.add_define("USE_MODEM")