Skip to content

Commit

Permalink
Update comm. lang. ir_read.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MayLaOwn authored Dec 25, 2024
1 parent b6d8d85 commit 26192f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ir/ir_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ String IrRead::parse_state_signal() {
}

String IrRead::parse_raw_signal() {
// Cattura i dati RAW come array e li restituisce come stringa

rawcode = resultToRawArray(&results);
raw_data_len = getCorrectedRawLength(&results);

Expand Down

0 comments on commit 26192f9

Please sign in to comment.