Example program using the ESPAT library. Made for BULME Bertl 2017.

Dependencies:   mbed ESPAT

Demo Program für mein ESPAT Library für Bulme Bertl 2017. Startet einen WebServer mit zwei Buttons um die LED D10 zu steuern.

Revision:
3:c2bcc030c8e8
Parent:
2:db40a55d1b0b
diff -r db40a55d1b0b -r c2bcc030c8e8 main.cpp
--- a/main.cpp	Thu Apr 04 16:53:22 2019 +0000
+++ b/main.cpp	Thu Apr 04 16:56:12 2019 +0000
@@ -4,11 +4,10 @@
 /*
 Example program using the ESPAT library.
 Made for BULME Bertl 2017 (LPC11U68)
-Make sure to edit your wifi login data below
+Opens an Access Point called ESP with the password 12345678
 # Features:
  - Led D10 turns on when ready (wifi connected + server listening)
  - Navigate to the device's ip in your browser and use the buttons to control Led D11
- - Navigate to <device ip>/test for a test page that demonstrates that paths work
 (C)2019 Elias Nestl
 */