mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
CONFIG_UART_ISR_IN_IRAM (HW FIFO Overflow)
This commit is contained in:
parent
ee873ee420
commit
0e7029f163
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue