Update device.properties to fix Waveshare GEEK PSRAM issue (#504)

This commit is contained in:
Shadowtrance 2026-02-15 21:39:15 +10:00 committed by GitHub
parent 9a11e6f47b
commit 72b55b221e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,3 +23,9 @@ dpi=143
[lvgl]
colorDepth=16
[sdkconfig]
# Fix error "PSRAM space not enough for the Flash instructions" on boot:
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=n
CONFIG_SPIRAM_RODATA=n
CONFIG_SPIRAM_XIP_FROM_PSRAM=n