Update sam_app.cpp

This commit is contained in:
RogueMaster
2022-10-18 02:06:34 -04:00
parent bd78ff1f85
commit 2bc96c34b2
+1 -1
View File
@@ -7,7 +7,7 @@ extern "C" int32_t sam_app(void* p) {
UNUSED(p);
voice.begin();
voice.say("Hello world. I am FLIPPER SAM, automated voice! All your base are belong to us. You have no chance to survive make your time.");
voice.say("Hello world. I am FLIPPER SAM, automated voice! All your base are belong to us. You have no chance to survive make your time. ha ha ha. goodbye. ");
return 0;
}