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 Sonoff POW R2 configuration
rfm69
Xose Pérez
6 years ago
parent
8a02c9fd69
commit
40b9fdf3b4
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
code/espurna/config/hardware.h
+ 5
- 2
code/espurna/config/hardware.h
View File
@ -395,8 +395,11 @@
#
define RELAY1_TYPE RELAY_TYPE_NORMAL
/
/
LEDs
#
define LED1_PIN 15
#
define LED1_PIN_INVERSE 0
#
define LED1_PIN 13
#
define LED1_PIN_INVERSE 1
/
/
Disable
UART
noise
#
define DEBUG_SERIAL_SUPPORT 0
/
/
CSE7766
#
ifndef CSE7766_SUPPORT
Write
Preview
Loading…
Cancel
Save