Skip to content

Commit

Permalink
Update ESP32_OWM_Current_Forecast_75_epaper_v8.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
G6EJD committed Jan 1, 2019
1 parent 358e361 commit d8bee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_OWM_Current_Forecast_75_epaper_v8.ino
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MiniGrafx gfx = MiniGrafx(&epd, BITS_PER_PIXEL, palette);
String version = "8.0"; // Version of this program
//################ VARIABLES ##########################

const unsigned long UpdateInterval = (30L * 60L - 03) * 1000000L; // Update delay in microseconds, 13-secs is the time to update so compensate for that
const unsigned long long UpdateInterval = (30LL * 60LL - 03) * 1000000LL; // Update delay in microseconds, 3-secs is the time to update so compensate for that
bool LargeIcon = true;
bool SmallIcon = false;
#define Large 14
Expand Down

0 comments on commit d8bee09

Please sign in to comment.