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.
2 parents 0b27510 + 4f9c331 commit 7880cbaCopy full SHA for 7880cba
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