Browse Source

hw: keep serial disabled with the sonoff rfbridge

ref. #2423
mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
10519cc276
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      code/espurna/config/hardware.h

+ 3
- 2
code/espurna/config/hardware.h View File

@ -813,11 +813,12 @@
#define RFB_PROVIDER RFB_PROVIDER_EFM8BB1
#endif
#if RFB_PROVIDER == RFB_PROVIDER_EFM8BB1
#define SERIAL_BAUDRATE 19200
#ifndef DEBUG_SERIAL_SUPPORT
#define DEBUG_SERIAL_SUPPORT 0
#endif
#define SERIAL_BAUDRATE 19200
// Only used when RFB_PROVIDER is RCSWITCH
#define RFB_RX_PIN 4
#define RFB_TX_PIN 5


Loading…
Cancel
Save