From 96beb03a572739f4e680639c76bf58d68e47baa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Restori?= Date: Wed, 19 Sep 2012 22:05:15 +0200 Subject: [PATCH] Fix tabs for DATA.TSV --- arduino/WeatherStationLogger/WeatherStationLogger.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/WeatherStationLogger/WeatherStationLogger.ino b/arduino/WeatherStationLogger/WeatherStationLogger.ino index 70e64b5..67e43b9 100644 --- a/arduino/WeatherStationLogger/WeatherStationLogger.ino +++ b/arduino/WeatherStationLogger/WeatherStationLogger.ino @@ -73,7 +73,7 @@ void setup() { if (file) { Serial.print("Creating data.tsv"); - file.println("#Time\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx " + file.println("#Time\t\t\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx " "[lux]"); file.close(); Serial.println("DONE");