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

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
sandya
Date:
Wed May 18 07:31:27 2022 +0000
Parent:
5:bc0296a5ad8a
Commit message:
IOT GSAS

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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];