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");