This commit is contained in:
Stuart Feichtinger 2016-01-31 18:43:14 -06:00
parent d02cf88a9a
commit bdf3e427cc
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#define ARB_SERVER "...host computer ip address..."
#define ARB_SERVERPORT 1883 // use 8883 for SSL
#define ARB_USERNAME "testUser"
#define ARB_PW "testPassword"
#define ARB_USERNAME "TestUser"
#define ARB_PW "TestUser"
/************ Global State (you don't need to change this!) ******************/