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.
Revision 5:5254d0016504, committed 2019-09-17
- Comitter:
- vikshin
- Date:
- Tue Sep 17 01:11:16 2019 +0000
- Parent:
- 4:5638a7186930
- Commit message:
- Initial Release
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 17 01:06:45 2019 +0000 +++ b/main.cpp Tue Sep 17 01:11:16 2019 +0000 @@ -94,7 +94,7 @@ // Destination (Remote Host) // IP address and Port number -char dest_ip[] = "222.98.173.228"; +char dest_ip[] = "222.xx.xxx.xxx; int dest_port = 5000; void serialPcInit(void)