Remove LED_BUILTIN as default for statusPin
HomeSpan default is that there is NO control button and NO status LED. Must use setStatusPin() or setControlPin() to enable.
This commit is contained in:
parent
c4e6fb98c3
commit
7295803dde
|
|
@ -68,12 +68,7 @@
|
||||||
#define DEFAULT_QR_ID "HSPN" // change with homeSpan.setQRID(qrID);
|
#define DEFAULT_QR_ID "HSPN" // change with homeSpan.setQRID(qrID);
|
||||||
|
|
||||||
#define DEFAULT_CONTROL_PIN -1 // change with homeSpan.setControlPin(pin)
|
#define DEFAULT_CONTROL_PIN -1 // change with homeSpan.setControlPin(pin)
|
||||||
|
|
||||||
#ifdef LED_BUILTIN
|
|
||||||
#define DEFAULT_STATUS_PIN LED_BUILTIN // change with homeSpan.setStatusPin(pin)
|
|
||||||
#else
|
|
||||||
#define DEFAULT_STATUS_PIN -1 // change with homeSpan.setStatusPin(pin)
|
#define DEFAULT_STATUS_PIN -1 // change with homeSpan.setStatusPin(pin)
|
||||||
#endif
|
|
||||||
|
|
||||||
#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(ssid)
|
#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(ssid)
|
||||||
#define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd)
|
#define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue