Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: WROOM2.cpp
- 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);