Merge pull request #2 from rzeldent/feature/enable_psram

Updated settings for new Arduino Library + PSRAM
This commit is contained in:
rzeldent
2022-09-09 12:22:53 +02:00
committed by GitHub

View File

@@ -20,6 +20,8 @@ build_flags =
-O2
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
-D LED_BUILTIN=4
-D BOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
lib_deps =
prampec/IotWebConf @ ^3.2.1