Explorar el Código

removed switch on command on startup

Fabian Peter Hammerle hace 10 años
padre
commit
9115a1771b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      arduino/arduino.ino

+ 0 - 1
arduino/arduino.ino

@@ -18,7 +18,6 @@ void setup()
   Serial.begin(9600);
   
   sender.enableTransmit(senderPin);
-  sender.switchOn('b', 3, 2);
   Serial.println("transmission enabled");
   
   Ethernet.begin(mac, ip);