Skip to content

Commit

Permalink
Update espressiot.ino
Browse files Browse the repository at this point in the history
Just a new standard SSID and PW.
  • Loading branch information
Schm1tz1 authored Feb 20, 2017
1 parent 5a7fe29 commit d49f832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arduino/espressiot/espressiot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include <PID_v1.h>

// WIFI
#define WIFI_SSID "Cofcon"
#define WIFI_PASS "cofcon4all"
#define WIFI_SSID "ESPressIoT"
#define WIFI_PASS "espresso4all"

// options for special modules
#define ENABLE_JSON
Expand Down

0 comments on commit d49f832

Please sign in to comment.