mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-03 12:08:08 +00:00
fix: modified code to use final as default for fingerprint mode
https://telecominfraproject.atlassian.net/browse/WIFI-431 Summary of changes: - Modified code to use `final` as default value for fingerprint mode. Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
This commit is contained in:
@@ -3769,7 +3769,7 @@ static std::string DefaultAPSchema = R"foo(
|
||||
"final",
|
||||
"raw-data"
|
||||
],
|
||||
"default": "always"
|
||||
"default": "final"
|
||||
},
|
||||
"minimum-age": {
|
||||
"description": "The minimum age a fingerprint must have before it is reported.",
|
||||
|
||||
Reference in New Issue
Block a user