mirror of
https://github.com/esphome/esphome.git
synced 2025-02-01 02:31:00 +00:00
CONFIG_UART_ISR_IN_IRAM (HW FIFO Overflow)
This commit is contained in:
parent
ee873ee420
commit
0e7029f163
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user