Skip to content

Commit

Permalink
Indexing model generation
Browse files Browse the repository at this point in the history
Small update regarding the way the index model name is generated
  • Loading branch information
mdelain authored Jan 11, 2025
1 parent cf772a1 commit 6e2b50b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LiveObjectsBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LiveObjectsBase::LiveObjectsBase()
lastKeepAliveNetwork(5000)
,m_sPayload()
,m_sDecoder()
,m_sModel("Orange")
,m_sModel(F(SW_MODEL SW_REVISION))
,m_Security(NONE)
,m_bDebug(false)
,m_bInitialized(false)
Expand Down
3 changes: 2 additions & 1 deletion src/LiveObjectsBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
******************************************************************************/
#define PAYLOAD_DATA_SIZE 1024
#define KEEP_ALIVE_NETWORK 1000
#define SW_REVISION "2.1.1"
#define SW_MODEL "LO_SDK_Arduino"
#define SW_REVISION "2.1.2"

/******************************************************************************
LiveObjects MQTT constants
Expand Down

0 comments on commit 6e2b50b

Please sign in to comment.