Skip to content

Commit 2eb6cf0

Browse files
committed
Fixed relay inverted.
1 parent cbb2d44 commit 2eb6cf0

5 files changed

Lines changed: 173 additions & 216 deletions

File tree

include/hardware.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#define LED_RED_PIN 25
2020

2121
#define OPENKNX_SWA_CHANNEL_COUNT 1
22-
#define OPENKNX_SWA_SET_PINS 15
23-
#define OPENKNX_SWA_RESET_PINS 14
22+
#define OPENKNX_SWA_SET_PINS 14
23+
#define OPENKNX_SWA_RESET_PINS 15
2424
#define OPENKNX_SWA_SET_ACTIVE_ON LOW
2525
#define OPENKNX_SWA_RESET_ACTIVE_ON LOW
2626
#define OPENKNX_SWA_BISTABLE_IMPULSE_LENGTH 50

0 commit comments

Comments
 (0)