Skip to content

Commit 9dbc535

Browse files
authored
Merge pull request #15 from tomekmalek/master
Correction in client_dev_id
2 parents 9c6e969 + 078d91e commit 9dbc535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveObjectsBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
******************************************************************************/
1313
#define PAYLOAD_DATA_SIZE 1024
1414
#define KEEP_ALIVE_NETWORK 1000
15-
#define SW_REVISION "2.0.3"
15+
#define SW_REVISION "2.0.4"
1616

1717

1818
/******************************************************************************
@@ -24,7 +24,7 @@
2424
#else
2525
#define MQTT_BROKER "liveobjects.orange-business.com"
2626
#endif
27-
#define SDK_PREFIX "Arduino:"
27+
#define SDK_PREFIX "urn:lo:nsid:Arduino:"
2828
#define MQTT_USER "json+device"
2929
#define MQTT_PUBDATA "dev/data"
3030
#define MQTT_PUBDATA_BINARY "dev/v1/data/binary"

0 commit comments

Comments
 (0)