diff --git a/arduino/WeatherStationLogger/WeatherStationLogger.ino b/arduino/WeatherStationLogger/WeatherStationLogger.ino index 570d5ad..70e64b5 100644 --- a/arduino/WeatherStationLogger/WeatherStationLogger.ino +++ b/arduino/WeatherStationLogger/WeatherStationLogger.ino @@ -73,8 +73,8 @@ void setup() { if (file) { Serial.print("Creating data.tsv"); - file.println("#Time\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx \ - [lux]"); + file.println("#Time\t\tT [°C]\tP [Pa]\tAlt [m]\tHr [%]\tLx " + "[lux]"); file.close(); Serial.println("DONE"); } else { diff --git a/arduino/WeatherStationWeb/WeatherStationWeb.ino b/arduino/WeatherStationWeb/WeatherStationWeb.ino index a4eebff..64f9248 100644 --- a/arduino/WeatherStationWeb/WeatherStationWeb.ino +++ b/arduino/WeatherStationWeb/WeatherStationWeb.ino @@ -42,43 +42,43 @@ static uint8_t mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; static IPAddress ip = IPAddress(192, 168, 1, 210); static IPAddress timeserver = IPAddress(192, 43, 244, 18); -P(indexHtml) = "
Temps | T [°C] | P [Pa] | A\ - lt [m] | Hr [%] | Lx [lux] | 0 | 0 | 0 | 0 | 0<\ - /td> | 0 |
---|
Temps | T [°C] | P [Pa] | A" + "lt [m] | Hr [%] | Lx [lux] | 0 | 0 | 0 | 0 | 0<" + "/td> | 0 |
---|
- +