Open Appyx opened 7 years ago
I tried to modify the line: this.process = spawn(unbuffer, ['-p', irrecord, '-f', '-d', this.device, this.remote, '--disable-namespace'], {cwd: tmp_dir});.
this.process = spawn(unbuffer, ['-p', irrecord, '-f', '-d', this.device, this.remote, '--disable-namespace'], {cwd: tmp_dir});
But the forced raw mode is not working, because after:
Please keep on pressing buttons like described above.
nothing happens.
It is really important for me to get this working.
I tried to modify the line:
this.process = spawn(unbuffer, ['-p', irrecord, '-f', '-d', this.device, this.remote, '--disable-namespace'], {cwd: tmp_dir});
.But the forced raw mode is not working, because after:
nothing happens.
It is really important for me to get this working.