Skip to content

Commit ada197d

Browse files
author
LittleMouse
committed
update demo
1 parent 2b8538b commit ada197d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/MeloTTS/MeloTTS.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ void loop()
6363
i++;
6464
std::string text = std::to_string(i) + " plus " + std::to_string(i) + " equals " + std::to_string(i + i) + ".";
6565
// std::string text = std::to_string(i) + " 加 " + std::to_string(i) + " 等于 " + std::to_string(i + i) + ".";
66+
// std::string text = std::to_string(i) + " 足す " + std::to_string(i) + " は " + std::to_string(i + i) + " です。";
6667

6768
M5.Display.setTextColor(TFT_GREEN);
6869
M5.Display.printf("<< %s\n\n", text.c_str());

0 commit comments

Comments
 (0)