From: Tomas Wenström Date: Mon, 14 Aug 2017 12:14:06 +0000 (+0200) Subject: Actually remove config.properties from the repo X-Git-Url: http://dolda2000.com/gitweb/?p=kaka%2Fcakelight.git;a=commitdiff_plain;h=5766b2bf1868379db46b4d7146281a4cc8c92f8e Actually remove config.properties from the repo --- diff --git a/config.properties b/config.properties deleted file mode 100644 index 7732340..0000000 --- a/config.properties +++ /dev/null @@ -1,20 +0,0 @@ -jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 - -# Video info can be found with 'v4l2-ctl --get-fmt-video' -# Supported formats: UYVY, YUYV, YVYU -video.format=UYVY -video.width=720 -video.height=480 -video.bpp=2 - -video.crop.left=27 -video.crop.right=29 -video.crop.top=18 -video.crop.bottom=18 - -# Supported types: apa102, ws2801 -leds.type=apa102 -leds.cols=32 -leds.rows=17 - -gamma=1.5