mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Code cleanup
Enable/Disable radio from the UI to release the receive interrupt. This helps when trying to use Arduino IDE to update firmware.
This commit is contained in:
parent
fd6dc68af0
commit
26714f71b7
8 changed files with 196 additions and 124 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -92,6 +92,7 @@ class SomfyShade : public SomfyRemote {
|
|||
|
||||
typedef struct transceiver_config_t {
|
||||
bool printBuffer = false;
|
||||
bool enabled = true;
|
||||
uint8_t type = 56; // 56 or 80 bit protocol.
|
||||
uint8_t SCKPin = 18;
|
||||
uint8_t TXPin = 12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue