sandya rani / Mbed 2 deprecated HUZZAHESP8266-web-control-LPC1768

Dependencies:   mbed

Revision:
6:9a5452aa722c
Parent:
5:bc0296a5ad8a
diff -r bc0296a5ad8a -r 9a5452aa722c main.cpp
--- a/main.cpp	Fri Mar 18 19:10:19 2016 +0000
+++ b/main.cpp	Wed May 18 07:31:27 2022 +0000
@@ -16,10 +16,10 @@
 AnalogIn   Ain1(p18);
 AnalogIn   Ain2(p19);
 
-/*
-char ssid[32] = "hsd";     // enter WiFi router ssid inside the quotes
-char pwd [32] = "austin123"; // enter WiFi router password inside the quotes
-*/
+
+char ssid[32] = "GSASMSPL R&D";     // enter WiFi router ssid inside the quotes
+char pwd [32] = "9845019096"; // enter WiFi router password inside the quotes
+
 float temperature, AdcIn, Ht;
 float R1=100000, R2=10000; // resistor values to give a 10:1 reduction of measured AnalogIn voltage
 char Vcc[10];