mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix(boards): no SD card on this board
This commit is contained in:
parent
3a378cd86d
commit
388dbc24b2
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user