Skip to content

Commit a197a53

Browse files
committed
IMAGECACHE_BG_PRIORITY
1 parent aec86c9 commit a197a53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platformio.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3079,7 +3079,7 @@ build_flags = -Ofast
30793079
; -D USERMOD_AUTO_PLAYLIST_DEBUG
30803080
; -D SR_DEBUG ;; crashes build?
30813081
; -D MIC_LOGGER ;; crashes build?
3082-
-D FAKE_DEFINE_126
3082+
-D FAKE_DEFINE_128
30833083
; -D ARTNET_TESTING_ZEROS ;; zero the values to test things for Art-Net without lots of blinking lights. Not useful for normal use.
30843084
; -D ARTNET_SKIP_FRAME ;; press F in serial console to skip frames
30853085
-D ARTNET_TIMER
@@ -3090,6 +3090,7 @@ build_flags = -Ofast
30903090
-D LEDPIN=192 ;; at least get 192.x.x.x set properly for Art-Net
30913091
-D BTNPIN=46 ;; Boot button is on GPIO 35 and works as a "button", but polling it messes up Ethernet.
30923092
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=30000
3093+
-D IMAGECACHE_BG_PRIORITY=0 ;; 0 is the lowst priority, least run. 5 slows other things down.
30933094
-D BOARD_HAS_PSRAM
30943095
-D WLED_USE_PSRAM
30953096
; -D WLED_USE_PSRAM_JSON
@@ -3151,6 +3152,7 @@ extra_scripts = pre:pio-scripts/set_version.py
31513152
; pre:pio-scripts/build_ui.py
31523153
; post:pio-scripts/validate_modules.py ;; double-check the build output usermods
31533154

3155+
31543156
; Espressif ESP32-P4 EV Board default GPIO layout:
31553157
;
31563158
; GPIO | Assigned to | Info

0 commit comments

Comments
 (0)