change comments

jd-update
flavienhaas 6 years ago
parent 69454e9f78
commit cd9abc8585

@ -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 <SPI.h> // to communicate using spi (required for our shields)
#include <LoRa.h> // 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

Loading…
Cancel
Save