Skip to content

Commit

Permalink
update var names for SSID and SSID Key
Browse files Browse the repository at this point in the history
  • Loading branch information
mbparks committed Nov 15, 2018
1 parent e1fbbff commit 2495a4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Software/Firmware/MKR1010_DigitalBarometer/yoursecretstuff.h
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";

0 comments on commit 2495a4a

Please sign in to comment.