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:
Gregg 2021-10-08 05:47:51 -05:00
parent c4e6fb98c3
commit 7295803dde
1 changed files with 0 additions and 5 deletions

View File

@ -68,12 +68,7 @@
#define DEFAULT_QR_ID "HSPN" // change with homeSpan.setQRID(qrID);
#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)
#endif
#define DEFAULT_AP_SSID "HomeSpan-Setup" // change with homeSpan.setApSSID(ssid)
#define DEFAULT_AP_PASSWORD "homespan" // change with homeSpan.setApPassword(pwd)