From 7ff39ea2528b2dcd9fb6231fb49d213640ef2062 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Mon, 21 Jul 2025 00:01:53 +0200 Subject: [PATCH] ci: remove image url --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2e10c7..9872aba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: } ApiConfiguration = @{ EspConfiguration = @{ - InformationBoardImageUrl = "${{ vars.ESP_IMAGE_URL }}" + InformationBoardImageUrl = "http://server_ip:port/home/default.jpg" UpdateIntervalMinutes = [int]"${{ vars.ESP_UPDATE_INTERVAL }}" BlackTextThreshold = [int]"${{ vars.ESP_BLACK_TEXT_THRESHOLD }}" EnableDithering = [System.Convert]::ToBoolean("${{ vars.ESP_ENABLE_DITHERING }}")