From 3a6f1d9edf6a0e8a73d0f293f71823af62033ceb Mon Sep 17 00:00:00 2001 From: max_10 Date: Mon, 7 Aug 2017 20:12:47 +0200 Subject: [PATCH] VFD_SetRemote --- frontcontroller/vfd/vfd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontcontroller/vfd/vfd.c b/frontcontroller/vfd/vfd.c index 4daa93702..2ed8d6143 100644 --- a/frontcontroller/vfd/vfd.c +++ b/frontcontroller/vfd/vfd.c @@ -413,6 +413,9 @@ int vfd_init_func(void) //clear display DisplayVFDString("", 0); + + //VFD_SetRemote(); + dprintk("%s <\n", __func__); return 0; }