This commit is contained in:
chriskiefer 2025-06-23 20:21:48 +10:00
parent fab3ee6190
commit defc0dccce
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -32,3 +32,4 @@
*.app *.app
.ai .ai
build

View file

@ -115,7 +115,8 @@ void setup()
delay(1); delay(1);
} }
scr.post("MEMLNaut: let's go!"); scr.post("MEMLNaut PAF CARL");
scr.post("let's go!");
add_repeating_timer_ms(-39, displayUpdate, NULL, &timerDisplay); add_repeating_timer_ms(-39, displayUpdate, NULL, &timerDisplay);
Serial.println("Finished initialising core 0."); Serial.println("Finished initialising core 0.");