Skip to content

Commit 6e1507a

Browse files
authored
Update CayenneDefines.h
different hostname
1 parent 669ad27 commit 6e1507a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/CayenneUtils/CayenneDefines.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
1818
#ifndef _CAYENNEDEFINES_h
1919
#define _CAYENNEDEFINES_h
2020

21-
#define CAYENNE_LIBRARY_VERSION "1.3.0"
21+
#define CAYENNE_LIBRARY_VERSION "1.3.1"
2222
#define CAYENNE_VERSION "v1"
23+
24+
// allows for different hostname
25+
#ifndef CAYENNE_DOMAIN
2326
#define CAYENNE_DOMAIN "mqtt.mydevices.com"
27+
#endif
28+
2429
#define CAYENNE_PORT 1883
2530
#define CAYENNE_TLS_PORT 8883
2631

0 commit comments

Comments
 (0)