Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
iot-playground committed Apr 18, 2015
1 parent 90bb877 commit ec81ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Esp8266EasyIoT/Esp8266EasyIoTConfig.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef EasyIoTEspConfig_h
#define EasyIoTEspConfig_h

#define AP_SSID "JAI" //ACCESS POINT ID
#define AP_PASSWORD "danesjelepdan" //ACCES POINT password
#define AP_SSID "xxx" //ACCESS POINT ID
#define AP_PASSWORD "xxxx" //ACCES POINT password
#define SERVER_IP "192.168.1.8" //EasyIoT server IP address
//#define SERVER_IP "192.168.1.5" //EasyIoT server IP address
#define SERVER_PORT "37602" //EasyIoT server port
Expand Down

0 comments on commit ec81ba7

Please sign in to comment.