tenki yoho LED (with ESP-WROOM-02)

Dependencies:   mbed

Revision:
1:06fd45432b0c
Parent:
0:26fecc2ddabd
Child:
2:5686f264238a
--- a/main.cpp	Mon Aug 24 02:30:31 2015 +0000
+++ b/main.cpp	Mon Aug 24 04:50:31 2015 +0000
@@ -14,9 +14,9 @@
 static char rxbuff[1000];   //取得する文字列
 int buffAdr = 0;
 
-const char SSID[] = "your SSID";  //アクセスポイントのSSID
+const char SSID[] = "your SSDI";  //アクセスポイントのSSID
 const char PASS[] = "password";    //アクセスポイントのパスワード
-const char WOEID[] = "15015472";    //天気を調べる場所 http://woeid.rosselliot.co.nz/ で郵便番号で検索して得られる8桁
+const char WOEID[] = "28413961";    //天気を調べる場所 http://woeid.rosselliot.co.nz/ で郵便番号で検索して得られる8桁
 
 //データを受信する
 bool recvData()