Fixed a typo

This commit is contained in:
2023-12-15 18:52:56 +01:00
parent f9e919c21d
commit 8a6613257b
+1 -1
View File
@@ -23,7 +23,7 @@ void setup()
// Loop through the 100 positions of the ER1400
for (i = 0; i < 100; i++)
{
// Erease the information on position i
// Erase the information on position i
er1400.eraseData(i);
}
}