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.
Diff: main.cpp
- Revision:
- 6:dee22a227ee4
- Parent:
- 5:97e965dd4bff
- Child:
- 7:65cc20da7c7e
--- a/main.cpp Sun Jul 11 15:54:28 2021 +0000 +++ b/main.cpp Sun Jul 11 16:20:30 2021 +0000 @@ -39,7 +39,7 @@ int state=0; string str1 = "Menu of the Day"; -string str2 = "Rwanda Food Services Ltd"; +string str2 = "Welcome to Rwanda Food\n Services Ltd"; string str3="Rwanda Food Services Ltd,click Btn to browseMenu"; string topics[]={"1.Out Side catering services", "2.Restaurent Services","3.fast Food Services", @@ -315,7 +315,7 @@ case CONNECTED: printf("Connection - Successful\n"); display("Connection - Successful\n"); - wait_ms(1000); + wait_ms(3000); welcomeMsg(); break;