uart isr to IRAM

This commit is contained in:
MichaelDvP
2022-05-10 12:42:46 +02:00
parent b3fde5a2da
commit c9f10fb5cc
2 changed files with 19 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ build_flags =
-D NO_GLOBAL_ARDUINOOTA
-D ARDUINOJSON_ENABLE_STD_STRING=1
-D ARDUINOJSON_USE_DOUBLE=0
-D CONFIG_UART_ISR_IN_IRAM
unbuild_flags =
${common.core_unbuild_flags}