From 9f803629e85158b7d64b984e2ef16101deb65c85 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Wed, 16 May 2018 08:43:56 -0400 Subject: [PATCH] OTA add generic LED #define --- RFM69_OTA.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RFM69_OTA.h b/RFM69_OTA.h index baa4314..b905f19 100644 --- a/RFM69_OTA.h +++ b/RFM69_OTA.h @@ -43,6 +43,8 @@ #define LED 15 // Moteino MEGAs have LEDs on D15 #elif defined (__AVR_ATmega328P__) #define LED 9 // Moteinos have LEDs on D9 +#else + #define LED 13 // catch all others (UNO, pro mini etc) #endif #define SHIFTCHANNEL 1000000 //amount to shift frequency of HEX transmission to keep original channel free of the HEX transmission traffic