minor fix

This commit is contained in:
ivan 2024-07-01 14:12:30 +03:00
parent fc9c80e320
commit 72cad8eddb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void setup() {
display.print("HAIL_EriS"); // Shows display initialization
}
pinMode(buttonPin, INPUT); // Button setting
// Main thread thread initialization:
// Main thread initialization:
mainThread.onRun(mainLoop);
mainThread.setInterval(mainCheck);
// Time bias correction thread initialization: