IoT Door

Dependencies:   mbed

Fork of HUZZAHESP8266-web-control-LPC1768 by Austin Dong

Revision:
10:e47b6d245db3
Parent:
9:2259b8443931
--- a/main.cpp	Fri Mar 10 00:25:25 2017 +0000
+++ b/main.cpp	Sun Mar 12 13:37:31 2017 +0000
@@ -21,11 +21,6 @@
 Timer t_alarm;
 Ticker door_sense;
 int alarm_cnt = 0;
-/*
-char ssid[32] = "hsd";     // enter WiFi router ssid inside the quotes
-char pwd [32] = "austin123"; // enter WiFi router password inside the quotes
-*/
-
 
 // things for sending/receiving data over serial
 volatile int tx_in=0;