mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Fix issue with deleting repeaters #402
This commit is contained in:
parent
f29cd9c089
commit
c528fda55a
4 changed files with 28 additions and 17 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -189,6 +189,7 @@ struct somfy_frame_t {
|
|||
void print();
|
||||
void encode80BitFrame(byte *frame, uint8_t repeat);
|
||||
byte calc80Checksum(byte b0, byte b1, byte b2);
|
||||
byte encode80Byte7(byte start, uint8_t repeat);
|
||||
void encodeFrame(byte *frame);
|
||||
void decodeFrame(byte* frame);
|
||||
void decodeFrame(somfy_rx_t *rx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue