We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fe4e0 commit 7d11b86Copy full SHA for 7d11b86
sdkconfig.defaults
@@ -33,3 +33,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
33
CONFIG_ESP_COREDUMP_FLASH_SAVE=y
34
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=16
35
CONFIG_ESP_COREDUMP_FLASH_PARTITION="coredump"
36
+
37
+# This is a workaround for a bug in the ESP-IDF TWAI driver
38
+# See https://github.com/zauberzeug/lizard/issues/126 for more details.
39
+CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=n
0 commit comments