commented out some startup messages due to stack overflow #bugfix
This commit is contained in:
parent
75286d499f
commit
15e00ff6e0
1 changed files with 3 additions and 3 deletions
|
|
@ -126,9 +126,9 @@ void setup() {
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
Serial.print("Pyr0-Piezo Z-Probe Firmware ");
|
Serial.print("Pyr0-Piezo Z-Probe Firmware ");
|
||||||
Serial.println(PP_VERSION);
|
Serial.println(PP_VERSION);
|
||||||
Serial.println("Info: https://docs.pyroballpcbs.com");
|
//Serial.println("Info: https://docs.pyroballpcbs.com");
|
||||||
Serial.println("Source: https://github.com/pyr0ball/pyr0piezo");
|
//Serial.println("Source: https://github.com/pyr0ball/pyr0piezo");
|
||||||
Serial.println("Initializing Pyr0-Piezo Sensor...");
|
//Serial.println("Initializing Pyr0-Piezo Sensor...");
|
||||||
|
|
||||||
i2cInit();
|
i2cInit();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue