All: neoVI Explorer -> ICS Device Manager

This commit is contained in:
Thomas Stoddard
2026-05-13 15:45:28 -04:00
committed by Kyle Schwarz
parent d7fc7ffa47
commit c466d75dae
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ int main() {
if(val.has_value())
std::cout << " - OK (" << val.value() << "V)" << std::endl;
else
std::cout << " - FAIL, it may need to be enabled in neoVI Explorer (" << icsneo::GetLastError() << ")" << std::endl;
std::cout << " - FAIL, it may need to be enabled in ICS Device Manager (" << icsneo::GetLastError() << ")" << std::endl;
}
}