-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update var names for SSID and SSID Key
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#define MYSSID "YOURSSIDHERE" | ||
#define MYSSIDPASSWORD "YOURSSIDKEYHERE" | ||
char myssid[] = "YOURSSIDHERE"; | ||
char myssidpw[] = "YOURSSIDKEYHERE"; | ||
|
||
char server[] = "mqtt.mediumone.com"; | ||
int port = 61620; | ||
int port = 61619; | ||
char pub_topic[]="0/M1PROJECTID/M1USERID/mkr1010/"; | ||
char sub_topic[]="1/M1PROJECTID/M1USERID/mkr1010/event"; | ||
char mqtt_username[]="M1PROJECTID/M1USERID"; | ||
char mqtt_password[]="APIKEY/M1USERIDPASSWORD"; | ||
char mqtt_password[]="APIKEY/M1USERIDPASSWORD"; |