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.
Fork of SerialPassthrough by
Revision 6:49fb0cbb3314, committed 2015-04-28
- Comitter:
- mbedAustin
- Date:
- Tue Apr 28 03:30:46 2015 +0000
- Parent:
- 5:d94d237eea49
- Commit message:
- updated speeds n feeds
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 28 03:18:52 2015 +0000
+++ b/main.cpp Tue Apr 28 03:30:46 2015 +0000
@@ -7,7 +7,7 @@
main()
{
pc.baud(115200);
- esp.baud(9600);
+ esp.baud(115200);
wait(0.1);
pc.printf("\r\n########### ready ###########\r\n");
esp.printf("AT+RST\r\n");
