FIONREAD
This commit is contained in:
@@ -681,6 +681,10 @@ async def to_code(config):
|
||||
add_idf_sdkconfig_option("CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", False)
|
||||
add_idf_sdkconfig_option("CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", False)
|
||||
|
||||
# Enable socket receive buffer option for FIONREAD support
|
||||
# Already enabled on Arduino framework by default
|
||||
add_idf_sdkconfig_option("CONFIG_LWIP_SO_RCVBUF", True)
|
||||
|
||||
# Set default CPU frequency
|
||||
add_idf_sdkconfig_option(f"CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_{freq}", True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user