mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Fix default settings for deploy (#2242)
This commit is contained in:
@@ -93,12 +93,12 @@ deploy {
|
||||
if (project.hasProperty('tgtUser')) {
|
||||
user = tgtUser
|
||||
} else {
|
||||
user = "pi"
|
||||
user = "photon"
|
||||
}
|
||||
if (project.hasProperty('tgtPw')) {
|
||||
password = tgtPw
|
||||
} else {
|
||||
password = "raspberry"
|
||||
password = "vision"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user