We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d192f7 commit 9628492Copy full SHA for 9628492
1 file changed
IRData.rb
@@ -49,7 +49,7 @@ def data_inspect_aeha
49
data.each_slice(2){|a|
50
data_bin << "1" if a == [1,3]
51
data_bin << "0" if a == [1,1]
52
- end
+ }
53
54
data_hex = [data_bin].pack("B*").unpack("H*")[0]
55
0 commit comments