We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36d1d3 commit 25d367aCopy full SHA for 25d367a
libraries/MySensors/examples/GatewaySerial/GatewaySerial.ino
@@ -72,9 +72,11 @@
72
// Digital pin used for inclusion mode button
73
#define MY_INCLUSION_MODE_BUTTON_PIN 3
74
75
+#ifndef MY_DEFAULT_ERR_LED_PIN
76
#define MY_DEFAULT_ERR_LED_PIN 4 // Error led pin
77
#define MY_DEFAULT_RX_LED_PIN 6 // Receive led pin
78
#define MY_DEFAULT_TX_LED_PIN 5 // the PCB, on board LED
79
+#endif
80
81
#include <SPI.h>
82
#include <MySensor.h>
0 commit comments