IISEC / Mbed 2 deprecated ESP8266-demo

Dependencies:   mbed

Revision:
2:eaf4e7fa577e
Parent:
0:bc0e1a75926f
Child:
3:01b3fe95a585
--- a/WROOM2.cpp	Mon Mar 25 02:08:29 2019 +0000
+++ b/WROOM2.cpp	Mon Mar 25 05:53:15 2019 +0000
@@ -1,7 +1,7 @@
-/* Simple embedded web server on LPC1768 with the WROOM2 WiFi module.
-/* Copyright Toshihiro Matsui, IISEC, March, 2019
-/* Any form of use of this program is fully granted to anyone.
-*/
+/* Simple embedded web server on LPC1768 with the WROOM2 WiFi module. */
+// Copyright Toshihiro Matsui, IISEC, March, 2019
+// Any form of use of this program is fully granted to anyone.
+//
 
 #include "mbed.h"
 
@@ -217,7 +217,7 @@
        wroom.receiving=1;
        pc.printf(">"); kbline.start_getline();  } 
      if (wroom.receiving==0) {
-         line=pc.printf(wroom.getreply());
+         pc.printf(wroom.getreply());
          /*  */
          wroom.start_receiving(); } 
      wait(0.1);