mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
not enough RAM for 32K buffer: reduce to 20K
This commit is contained in:
committed by
Lorenz Meier
parent
4e0129275d
commit
672042e051
@@ -31,7 +31,7 @@ then
|
||||
then
|
||||
fi
|
||||
else
|
||||
if logger start -b 32
|
||||
if logger start -b 20
|
||||
then
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user