This commit is contained in:
Alexander 2024-07-15 01:09:04 -04:00
parent 7e2688fd40
commit 912f87673f

View File

@ -108,7 +108,6 @@ void loop() {
Serial.println("Loop");
Serial.print("SS = ");
Serial.println(SS);
Serial.println(SPI);
sleep(1);
}