We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3475e commit 4f9c331Copy full SHA for 4f9c331
hardware/1Wire.cpp
@@ -67,6 +67,8 @@ void C1Wire::DetectSystem()
67
m_system=new C1WireByOWFS(m_path);
68
} else if (C1WireByKernel::IsAvailable()) {
69
m_system=new C1WireByKernel();
70
+ } else {
71
+ m_system=new C1WireByOWFS(m_path);
72
}
73
74
#endif // WIN32
0 commit comments