fix(boards): no SD card on this board

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

View File

@ -19,3 +19,6 @@ param set-default SDLOG_MAX_SIZE 40
# Store missions in RAM
param set-default SYS_DM_BACKEND 1
# Ignore that there is no SD card
param set-default COM_ARM_SDCARD 0