From 86cf8c73f2d2a4988b0ff6b5c444732ce10a7b58 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Wed, 20 Jul 2022 21:06:28 +0100 Subject: [PATCH] Enable JVS emulation by default --- docs/lindbergh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lindbergh.conf b/docs/lindbergh.conf index af3e2ac..7c0e0e3 100644 --- a/docs/lindbergh.conf +++ b/docs/lindbergh.conf @@ -19,7 +19,7 @@ EMULATE_MOTIONBOARD 0 # Set if the emulator should emulate JVS and use the keyboard/mouse for controls. # If this is set to 0, the emulator will pass through JVS to the serial device # defined in JVS_PATH. -EMULATE_JVS 0 +EMULATE_JVS 1 # Define the path to pass the JVS packets to JVS_PATH /dev/ttyUSB0