state tracking on char_lcd

This commit is contained in:
2025-04-04 23:52:48 -05:00
committed by mitchell
parent 54ff226694
commit 758b16aa0d
5 changed files with 112 additions and 17 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void step0() {
StarCodeHandler star_codes[] = {
{
.code = "*9819",
.display_text = "Diffusal Initiated",
.display_text = "Defusal Initiated",
.should_exit = true,
.callback = nullptr,
},