From e01c30f7c74bf2aea374792de9ff8624560a7f85 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 29 Dec 2013 23:56:44 -0500 Subject: [PATCH] Switching to system arduino dir + adding astyle --- arduino/.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arduino/.env b/arduino/.env index 7de2088..fb44ff4 100644 --- a/arduino/.env +++ b/arduino/.env @@ -1,2 +1,4 @@ -export ARDUINODIR=~/opt/arduino-1.0.5 +export ARDUINODIR=/usr/share/arduino export BOARD=uno + +export ARTISTIC_STYLE_OPTIONS='--style=attach -s4'