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 }}")