mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-14 19:53:35 -07:00
Update sam_app.cpp
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include <furi.h>
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user