fbt format

This commit is contained in:
RogueMaster
2022-10-19 18:15:55 -04:00
parent 6fd9d6ccee
commit d676282b55
13 changed files with 241 additions and 269 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ 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. GOOD BYE. ");
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;
}