mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 23:14:15 +01:00
- RF_... -> RFB_... - rework rcswitch integration, support variable length payload - rework rfbridge parser (not tested) - rework settings scanning routine when trying to match rf payload with the relay ID - update build tests
6 lines
153 B
C
6 lines
153 B
C
#define DUMMY_RELAY_COUNT 8
|
|
#define SERIAL_BAUDRATE 19200
|
|
#define DEBUG_SERIAL_SUPPORT 0
|
|
#define RFB_SUPPORT 1
|
|
#define RFB_PROVIDER RFB_PROVIDER_EFM8BB1
|