From 3353ad4c6ad3c75708f5d8f0e13ebd29e1d9ecb5 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Tue, 18 Oct 2022 02:08:32 -0400 Subject: [PATCH] Update sam_app.cpp --- applications/plugins/sam/sam_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/sam/sam_app.cpp b/applications/plugins/sam/sam_app.cpp index 6962763ab..8bd0eda3c 100644 --- a/applications/plugins/sam/sam_app.cpp +++ b/applications/plugins/sam/sam_app.cpp @@ -7,7 +7,7 @@ extern "C" int32_t sam_app(void* p) { UNUSED(p); voice.begin(); - voice.say("All your base are belong to us. You have no chance to survive make your time. ha ha ha. goodbye. "); + voice.say("All your base are belong to us. You have no chance to survive make your time. ha. ha. ha. GOOD BYE. "); return 0; } \ No newline at end of file