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 c8a7d44 commit 0ac53d8Copy full SHA for 0ac53d8
platformio.ini
@@ -195,6 +195,7 @@ build_flags =
195
; decrease code cache size and increase IRAM to fit all pixel functions
196
-D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48 ;; in case of linker errors like "section `.text1' will not fit in region `iram1_0_seg'"
197
; -D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED ;; (experimental) adds some extra heap, but may cause slowdown
198
+ -D USERMOD_AUDIOREACTIVE
199
200
lib_deps =
201
#https://github.com/lorol/LITTLEFS.git
0 commit comments