Advertisement
maygapixel

Untitled

Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var config = {};
  2. config.webPort = 3000;
  3. config.serialBaudRate = 115200;
  4. config.usettyAMA0 = 0;
  5.  
  6. // expects a webcam stream from mjpg_streamer
  7. config.webcamPort = 8080;
  8. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement