Persist all configuration settings across upgrades. Restart wifi-p2p if neccessary.
This commit is contained in:
Vendored
+3
-2
@@ -258,10 +258,11 @@
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"args": [
|
||||
"--nosudo", // run without sudo (which will fail because of perms, but allow us to debug deeper into install code.)
|
||||
"--prefix", "/usr",
|
||||
//"--get-current-port"
|
||||
// "--uninstall"
|
||||
"--install"
|
||||
//"--enable-p2p" , "CA", "PiPedalTest","12345678","14"
|
||||
"--list-p2p-channels"
|
||||
//"--list-p2p-channels"
|
||||
],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
|
||||
Reference in New Issue
Block a user