Skip to content
Snippets Groups Projects
Commit f5deb9e6 authored by Jan Grewe's avatar Jan Grewe
Browse files

search for card again if enabling S&V failed

parent d42ae5c6
Branches
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ function enableShootAndView(ip) { ...@@ -158,6 +158,7 @@ function enableShootAndView(ip) {
client.on('error', function(err) { client.on('error', function(err) {
console.log('Shoot & View error: '+err); console.log('Shoot & View error: '+err);
findCard();
}); });
client.on('data', function(data) { client.on('data', function(data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment