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
Fixed link between BUTTON3 and RELAY3 in IKE_ESPIKE
rfm69
Xose Pérez
6 years ago
parent
a7ae8577de
commit
303b54ee12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/config/hardware.h
+ 1
- 1
code/espurna/config/hardware.h
View File
@ -1827,7 +1827,7 @@
#
define BUTTON2_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH
#
define BUTTON3_PIN 14
#
define BUTTON3_RELAY
2
#
define BUTTON3_RELAY
3
#
define BUTTON3_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH
#
define RELAY1_PIN 4
Write
Preview
Loading…
Cancel
Save