Skip to content

Commit

Permalink
Update to pass Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlin committed Jan 11, 2025
1 parent 578310d commit 020af87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/www-image/main/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ double gamma_value = 0.7;
// Image URL and jpg settings. Make sure to update WIDTH/HEIGHT if using loremflickr
// Note: Only HTTP protocol supported (Check README to use SSL secure URLs) loremflickr
#define IMG_URL ("https://loremflickr.com/1080/780")
//#define IMG_URL ("http://img.cale.es/jpg/fasani/5ea1dec401890")

// idf >= 4.3 needs VALIDATE_SSL_CERTIFICATE set to true for https URLs
// Please check the README to understand how to use an SSL Certificate
Expand Down
2 changes: 1 addition & 1 deletion src/displays.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ const EpdDisplay_t ED052TC4 = {
.bus_width = 8,
.bus_speed = 22,
.default_waveform = &epdiy_ED097TC2,
.display_type = DISPLAY_TYPE_ED097TC2
.display_type = DISPLAY_TYPE_ED097TC2,
};

0 comments on commit 020af87

Please sign in to comment.