firmware wip

This commit is contained in:
Marcus 2024-04-17 22:45:50 +02:00
parent 2d842b5996
commit 8bc3e9ca62
1 changed files with 3 additions and 2 deletions

View File

@ -889,9 +889,10 @@ void setup() {
// Start Serial
Serial.begin(115200);
// Write an empty line, because before there is some garbage in serial
// Write a line before doing serious output, because before there is some garbage in serial
// whats get the cursor somewhere over the place
// output
Serial.println("");
Serial.println("420");
Serial.println(".:: CanGrow Start ::.");
// initialise Wire for I2C