Skip to content

Commit 2ff49cf

Browse files
committed
Fix for wled#3952
- included IR optimisations & code rearrangement
1 parent fa1aa1f commit 2ff49cf

File tree

4 files changed

+130
-149
lines changed

4 files changed

+130
-149
lines changed

wled00/fcn_declare.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,8 @@ void handleImprovWifiScan();
143143
void sendImprovIPRPCResult(ImprovRPCType type);
144144

145145
//ir.cpp
146-
void applyRepeatActions();
147-
byte relativeChange(byte property, int8_t amount, byte lowerBoundary = 0, byte higherBoundary = 0xFF);
148-
void decodeIR(uint32_t code);
149-
void decodeIR24(uint32_t code);
150-
void decodeIR24OLD(uint32_t code);
151-
void decodeIR24CT(uint32_t code);
152-
void decodeIR40(uint32_t code);
153-
void decodeIR44(uint32_t code);
154-
void decodeIR21(uint32_t code);
155-
void decodeIR6(uint32_t code);
156-
void decodeIR9(uint32_t code);
157-
void decodeIRJson(uint32_t code);
158-
159146
void initIR();
147+
void deInitIR();
160148
void handleIR();
161149

162150
//json.cpp

0 commit comments

Comments
 (0)