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 6b1b4af commit a5370c9Copy full SHA for a5370c9
src/LiveObjectsBase.cpp
@@ -11,7 +11,7 @@ LiveObjectsBase::LiveObjectsBase()
11
lastKeepAliveNetwork(5000)
12
,m_sPayload()
13
,m_sDecoder()
14
- ,m_sModel(F(SW_MODEL))
+ ,m_sModel(F(SW_MODEL SW_REVISION))
15
,m_Security(NONE)
16
,m_bDebug(false)
17
,m_bInitialized(false)
0 commit comments