Update sam_app.cpp

This commit is contained in:
RogueMaster
2022-10-18 02:08:32 -04:00
parent a21b97a5cb
commit 3353ad4c6a

View File

@@ -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;
}