Skip to content

Commit

Permalink
Fix for Aircoookie#3952
Browse files Browse the repository at this point in the history
- included IR optimisations & code rearrangement
  • Loading branch information
blazoncek committed May 3, 2024
1 parent fa1aa1f commit 2ff49cf
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 149 deletions.
14 changes: 1 addition & 13 deletions wled00/fcn_declare.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,20 +143,8 @@ void handleImprovWifiScan();
void sendImprovIPRPCResult(ImprovRPCType type);

//ir.cpp
void applyRepeatActions();
byte relativeChange(byte property, int8_t amount, byte lowerBoundary = 0, byte higherBoundary = 0xFF);
void decodeIR(uint32_t code);
void decodeIR24(uint32_t code);
void decodeIR24OLD(uint32_t code);
void decodeIR24CT(uint32_t code);
void decodeIR40(uint32_t code);
void decodeIR44(uint32_t code);
void decodeIR21(uint32_t code);
void decodeIR6(uint32_t code);
void decodeIR9(uint32_t code);
void decodeIRJson(uint32_t code);

void initIR();
void deInitIR();
void handleIR();

//json.cpp
Expand Down
Loading

0 comments on commit 2ff49cf

Please sign in to comment.