mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
ROMFS: reduce LOGGER_BUF default to 8 kB on older boards
This commit is contained in:
committed by
Lorenz Meier
parent
d300a879f1
commit
ad0482155e
@@ -9,7 +9,7 @@ param set-default SENS_IMU_MODE 1
|
||||
param set-default EKF2_MULTI_MAG 0
|
||||
param set-default SENS_MAG_MODE 1
|
||||
|
||||
set LOGGER_BUF 12
|
||||
set LOGGER_BUF 8
|
||||
|
||||
if param greater -s UAVCAN_ENABLE 1
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user