uwizeyimana abdulkarim / Mbed 2 deprecated mobileproject

Dependencies:   mbed

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;