diff --git a/gateway/gateway.ino b/gateway/gateway.ino index d9ede36..7eedc5a 100644 --- a/gateway/gateway.ino +++ b/gateway/gateway.ino @@ -1,5 +1,5 @@ // Flavien HAAS, 2018 -// before transfert, check that you have changed the SS port as indicated on the README or you will not be able to use the LoRa shield as the same time as the Ethernet shield +// before transfert, check that you have changed the SS port as indicated on the README or you will not be able to use the LoRa shield as the same time as the Ethernet shield #include // to communicate using spi (required for our shields) #include // to use the LoRa shield @@ -25,8 +25,6 @@ struct message { // frame structure uint16_t D3; // DATA 3 }; - - void setup(){ Serial.begin(9600); while (!Serial); // wait for serial to initialize