mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 00:46:52 +01:00
Change Commom ClientID of predifinedTopic.conf to '*' #132
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -24,7 +24,7 @@ extern Gateway* theGateway;
|
||||
/*=====================================
|
||||
Class ClientList
|
||||
=====================================*/
|
||||
const char* common_topic = "COMMON";
|
||||
const char* common_topic = "*";
|
||||
|
||||
ClientList::ClientList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user