mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
dataman: clarify default storage backend (#24626)
This commit is contained in:
@@ -34,10 +34,14 @@
|
||||
/**
|
||||
* Dataman storage backend
|
||||
*
|
||||
* If the board supports persistent storage (i.e., the KConfig variable DATAMAN_PERSISTENT_STORAGE is set),
|
||||
* the 'Default storage' backend uses a file on persistent storage. If not supported, this backend uses
|
||||
* non-persistent storage in RAM.
|
||||
*
|
||||
* @group System
|
||||
* @value -1 Disabled
|
||||
* @value 0 default (SD card)
|
||||
* @value 1 RAM (not persistent)
|
||||
* @value -1 Dataman disabled
|
||||
* @value 0 Default storage
|
||||
* @value 1 RAM storage
|
||||
* @boolean
|
||||
* @reboot_required true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user