Skip to content

Commit

Permalink
fix(custom_ir.h): parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamnxzp committed Feb 1, 2025
1 parent 1432eb8 commit f8fc648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ir/custom_ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void sendRC5Command(String address, String command);
void sendRC6Command(String address, String command);
void sendSamsungCommand(String address, String command);
void sendSonyCommand(String address, String command);
void sendKaseikyoCommand(String address, String data);
void sendKaseikyoCommand(String address, String command);
bool sendDecodedCommand(String protocol, String value, uint8_t bits=32);
void otherIRcodes();
bool txIrFile(FS *fs, String filepath);

0 comments on commit f8fc648

Please sign in to comment.