You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-27 15:01:49 +03:00
Tweaks
This commit is contained in:
@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
#define ARB_SERVER "...host computer ip address..."
|
#define ARB_SERVER "...host computer ip address..."
|
||||||
#define ARB_SERVERPORT 1883 // use 8883 for SSL
|
#define ARB_SERVERPORT 1883 // use 8883 for SSL
|
||||||
#define ARB_USERNAME "testUser"
|
#define ARB_USERNAME "TestUser"
|
||||||
#define ARB_PW "testPassword"
|
#define ARB_PW "TestUser"
|
||||||
|
|
||||||
|
|
||||||
/************ Global State (you don't need to change this!) ******************/
|
/************ Global State (you don't need to change this!) ******************/
|
||||||
|
Reference in New Issue
Block a user