Skip to content

Commit

Permalink
Merge pull request #918 from OpenEVSE/dependabot-submodules-gui-v2-d8…
Browse files Browse the repository at this point in the history
…790c9

Bump gui-v2 from `8e09970` to `d8790c9`
  • Loading branch information
jeremypoulter authored Oct 24, 2024
2 parents 09d435d + de1ee70 commit 966e5bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gui-v2
Submodule gui-v2 updated 2 files
+375 −4 package-lock.json
+1 −1 package.json
2 changes: 0 additions & 2 deletions src/lcd_static/lcd_gui_static_files.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "lcd_gui.access_point_png.h"
#include "lcd_gui.access_point_connected_png.h"
#include "lcd_gui.blank_png.h"
#include "lcd_gui.button_bar_png.h"
#include "lcd_gui.car_connected_png.h"
#include "lcd_gui.car_disconnected_png.h"
Expand All @@ -17,7 +16,6 @@
StaticFile lcd_gui_static_files[] = {
{ "/access_point.png", CONTENT_ACCESS_POINT_PNG, sizeof(CONTENT_ACCESS_POINT_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_ACCESS_POINT_PNG_ETAG, false },
{ "/access_point_connected.png", CONTENT_ACCESS_POINT_CONNECTED_PNG, sizeof(CONTENT_ACCESS_POINT_CONNECTED_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_ACCESS_POINT_CONNECTED_PNG_ETAG, false },
{ "/blank.png", CONTENT_BLANK_PNG, sizeof(CONTENT_BLANK_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_BLANK_PNG_ETAG, false },
{ "/button_bar.png", CONTENT_BUTTON_BAR_PNG, sizeof(CONTENT_BUTTON_BAR_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_BUTTON_BAR_PNG_ETAG, false },
{ "/car_connected.png", CONTENT_CAR_CONNECTED_PNG, sizeof(CONTENT_CAR_CONNECTED_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_CAR_CONNECTED_PNG_ETAG, false },
{ "/car_disconnected.png", CONTENT_CAR_DISCONNECTED_PNG, sizeof(CONTENT_CAR_DISCONNECTED_PNG) - 1, _CONTENT_TYPE_PNG, CONTENT_CAR_DISCONNECTED_PNG_ETAG, false },
Expand Down

0 comments on commit 966e5bb

Please sign in to comment.