We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679d32b commit 45e953bCopy full SHA for 45e953b
libraries/Zigbee/examples/Zigbee_Power_Outlet/Zigbee_Power_Outlet.ino
@@ -35,10 +35,10 @@
35
/* Zigbee power outlet configuration */
36
#define ZIGBEE_OUTLET_ENDPOINT 1
37
38
-#ifdef LED_BUILTIN // Use built-in LED if defined for the board
+#ifdef LED_BUILTIN // Use built-in LED if defined for the board
39
uint8_t led = LED_BUILTIN;
40
#else
41
-uint8_t led = 2; // Use custom LED pin
+uint8_t led = 2; // Use custom LED pin
42
#endif
43
44
uint8_t button = BOOT_PIN;
0 commit comments