fix(boards): no SD card on this board

This commit is contained in:
Julian Oes 2026-04-11 06:39:01 +12:00
parent 3a378cd86d
commit 388dbc24b2
No known key found for this signature in database
GPG Key ID: F0ED380FEA56DE41

View File

@ -32,6 +32,9 @@ param set-default CBRK_BUZZER 782090
param set-default IMU_GYRO_RATEMAX 2000
# Ignore that there is no SD card
param set-default COM_ARM_SDCARD 0
# W25N NAND flash with littlefs (128 MB): small log file size so we can keep
# a few recent logs. Default SDLOG_ROTATE=90 keeps at least 10% free during
# writing (no bad block management yet, so avoid hammering the flash near full).