From ca15ad810a49581f0b639df9189b6f4fb16c44a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:11:35 +0000 Subject: [PATCH 1/2] Bump gui-v2 from `8e09970` to `d8790c9` Bumps [gui-v2](https://github.com/OpenEVSE/openevse-gui-v2) from `8e09970` to `d8790c9`. - [Commits](https://github.com/OpenEVSE/openevse-gui-v2/compare/8e09970fe34f6a0c11def435eef1f83bc9e2de3f...d8790c9849663560dc2130c6264268845b752899) --- updated-dependencies: - dependency-name: gui-v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gui-v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-v2 b/gui-v2 index 8e09970f..d8790c98 160000 --- a/gui-v2 +++ b/gui-v2 @@ -1 +1 @@ -Subproject commit 8e09970fe34f6a0c11def435eef1f83bc9e2de3f +Subproject commit d8790c9849663560dc2130c6264268845b752899 From de1ee70a0b281365c6bc267a0099bcedcc15b0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 14 Oct 2024 10:14:58 +0000 Subject: [PATCH 2/2] Update of pre-built GUI files --- src/lcd_static/lcd_gui_static_files.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lcd_static/lcd_gui_static_files.h b/src/lcd_static/lcd_gui_static_files.h index d3d90848..ee242ca9 100644 --- a/src/lcd_static/lcd_gui_static_files.h +++ b/src/lcd_static/lcd_gui_static_files.h @@ -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" @@ -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 },