firmware wip

This commit is contained in:
Marcus 2024-04-17 22:45:50 +02:00
parent 2d842b5996
commit 8bc3e9ca62

View file

@ -889,9 +889,10 @@ void setup() {
// Start Serial // Start Serial
Serial.begin(115200); 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 // output
Serial.println(""); Serial.println("420");
Serial.println(".:: CanGrow Start ::."); Serial.println(".:: CanGrow Start ::.");
// initialise Wire for I2C // initialise Wire for I2C