Compare commits
1 Commits
1.2.0
...
57c1c3e282
| Author | SHA1 | Date | |
|---|---|---|---|
| 57c1c3e282 |
@@ -235,7 +235,7 @@ namespace robospot_camera_finder
|
|||||||
{
|
{
|
||||||
string ipAddress = manualForm.ipAddress;
|
string ipAddress = manualForm.ipAddress;
|
||||||
|
|
||||||
Camera camera_to_add = new Camera("Camera " + ipAddress, ipAddress, "", "");
|
Camera camera_to_add = new Camera("Camera " + ipAddress, ipAddress, "", "CAM_FINDER_" + DateTime.Now.Ticks.ToString());
|
||||||
add_camera(camera_to_add);
|
add_camera(camera_to_add);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user