From cd9abc85858f4dd09e6c68ece865944356bff04f Mon Sep 17 00:00:00 2001 From: flavienhaas Date: Tue, 24 Apr 2018 19:47:29 +0200 Subject: [PATCH] change comments --- gateway/gateway.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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