v1
This commit is contained in:
parent
fab3ee6190
commit
defc0dccce
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@
|
|||
*.app
|
||||
|
||||
.ai
|
||||
build
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@ void setup()
|
|||
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);
|
||||
|
||||
Serial.println("Finished initialising core 0.");
|
||||
Loading…
Reference in a new issue