From bd78ff1f8595f219d1d1e4a28581d2e4856aa87d Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Tue, 18 Oct 2022 02:02:19 -0400 Subject: [PATCH] Update sam_app.cpp --- applications/plugins/sam/sam_app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/plugins/sam/sam_app.cpp b/applications/plugins/sam/sam_app.cpp index 588cddbd0..80a89fb95 100644 --- a/applications/plugins/sam/sam_app.cpp +++ b/applications/plugins/sam/sam_app.cpp @@ -1,13 +1,13 @@ #include #include "stm32_sam.h" - +// WOULD BE COOL IF SOMEONE MADE A TEXT ENTRY SCREEN TO HAVE IT READ WHAT IS ENTERED TO TEXT STM32SAM voice; extern "C" int32_t sam_app(void* p) { UNUSED(p); voice.begin(); - voice.say("Hello world. I am FLIPPER SAM, automated voice!"); + 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."); return 0; } \ No newline at end of file