fix typo in neighbor-info
All checks were successful
Build Docker containers / Build (push) Successful in 49s
All checks were successful
Build Docker containers / Build (push) Successful in 49s
This commit is contained in:
@ -86,9 +86,9 @@ const optionsList = [
|
||||
description: "This option will save all received waypoints to the database.",
|
||||
},
|
||||
{
|
||||
name: "collect-neighbour-info",
|
||||
name: "collect-neighbor-info",
|
||||
type: Boolean,
|
||||
description: "This option will save all received neighbour infos to the database.",
|
||||
description: "This option will save all received neighbor infos to the database.",
|
||||
},
|
||||
{
|
||||
name: "collect-map-reports",
|
||||
|
Reference in New Issue
Block a user