This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix MQTT_RELAY compile error due missing #define BUTTON1_MODE
fastled
denisfrench
7 years ago
parent
134647724a
commit
14c559570f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/config/hardware.h
+ 1
- 0
code/espurna/config/hardware.h
View File
@ -383,6 +383,7 @@
#
define DEVICE "MQTT_RELAY"
#
define BUTTON1_PIN 0
#
define BUTTON1_RELAY 1
#
define BUTTON1_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH
#
define RELAY1_PIN 12
#
define RELAY1_PIN_INVERSE 0
#
define LED1_PIN 16
Write
Preview
Loading…
Cancel
Save