Adding a README

This commit is contained in:
Ryan Alder
2020-02-17 13:19:28 -08:00
parent 8f255217ed
commit 597601e7d0
2 changed files with 5 additions and 5 deletions

5
main.c
View File

@@ -446,11 +446,6 @@ void txlora(byte *frame, byte datalen) {
}
int main (int argc, char *argv[]) {
/*
if (argc < 2) {
printf ("Usage: argv[0] sender|rec [message]\n");
exit(1);
}*/
wiringPiSetup () ;
pinMode(ssPin, OUTPUT);