code clean up

pull/1/head
Thomas Ballmann 4 years ago
parent 529e2a53ef
commit 3ea6e25ff7

@ -4,7 +4,6 @@
#include <arduino.h> #include <arduino.h>
#include <time.h> #include <time.h>
// TODO
// @see http://www.cplusplus.com/reference/ctime/tm/ // @see http://www.cplusplus.com/reference/ctime/tm/
// @see http://www.cplusplus.com/reference/ctime/strftime/ // @see http://www.cplusplus.com/reference/ctime/strftime/
struct datetime_struct : tm struct datetime_struct : tm

@ -12,8 +12,6 @@ const char faceWeatherCurrent[] = "/weatherCurrent.json";
const char faceWeatherForecast[] = "/weatherForecast.json"; const char faceWeatherForecast[] = "/weatherForecast.json";
faceWeatherData weatherData; faceWeatherData weatherData;
// TODO use theme color
void render_current(); void render_current();
void render_forecast(); void render_forecast();
bool readWeatherData(); bool readWeatherData();

Loading…
Cancel
Save