Skip to content

Commit cf8071c

Browse files
committed
switch connection to network to pink!
1 parent d76aea8 commit cf8071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/statusLED/Wippersnapper_StatusLED_Colors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define BLUE 0x0000FF ///< Blue (as a uint32)
2323

2424
// colors for each status state
25-
#define LED_NET_CONNECT CYAN ///< Network connection state
25+
#define LED_NET_CONNECT PINK ///< Network connection state
2626
#define LED_IO_CONNECT BLUE ///< MQTT broker connection state
2727
#define LED_IO_REGISTER_HW YELLOW ///< Hardware registration state
2828
#define LED_CONNECTED GREEN ///< Successful registration state

0 commit comments

Comments
 (0)