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) = "Station Météo

Station Météo

\ - <\ - tr>
TempsT [°C]P [Pa]A\ - lt [m]Hr [%]Lx [lux]
00000<\ - /td>0

par Nathanaël Restori
"; +P(indexHtml) = "Station Météo

Station Météo

" + "<" + "tr>
TempsT [°C]P [Pa]A" + "lt [m]Hr [%]Lx [lux]
00000<" + "/td>0

par Nathanaël Restori
"; // no-cost stream operator as described at // http://sundial.org/arduino/?page_id=119 diff --git a/arduino/WeatherStationWeb/index.html b/arduino/WeatherStationWeb/index.html index 9d747d0..ae40122 100644 --- a/arduino/WeatherStationWeb/index.html +++ b/arduino/WeatherStationWeb/index.html @@ -74,7 +74,7 @@

- +