BreeeZe/rpos

console.log("Continuous PTZ "+ data.pan in PTZDriver.ts

rjsdotorg opened this issue · 1 comments

I've had a maddening time today:
Line 218: console.log("Continuous PTZ "+ data.pan ...
writes to the terminal with every PTZ request.
However, I've tried modifying the line of code
Line 218: console.log("Continuous PTZ CMD recv"+ data.pan ...
in /home/pi/rpos/lib, and it does not change the terminal output (even rebooted as well).
Is there a cached version or some such? What am I missing?
I even did a search for all files with that string on disk.

I have a nice new Sparkfun Stepper driver version of pantilt.py I'd like to test, and nothing changes...

Upon further investigation, there is a PTZDriver.js which is what actually is run.
I'll add this to the other issue thread.