Program for the AZ3166 IOT Kit with the EMW3166 module on it

Revision:
2:205eea681593
Parent:
1:c2bba1f72f5a
--- a/Main.cpp	Tue Feb 02 19:54:22 2021 +0000
+++ b/Main.cpp	Tue Feb 02 19:56:28 2021 +0000
@@ -23,7 +23,7 @@
     Serial AZ(tx, rx); // tx, rx
     
     while (true) {
-        AZ.printf("Hi There from Dar\r\n");
+        AZ.printf("Hi There from Appa\r\n");
         
         RGBR = 0;
         AZ.printf("Random Green RGB LED\r\n");