From 5cf59ae5a1c83f2f94628039b10918f079bbf6a1 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 17 Jul 2023 16:15:39 +0200 Subject: [PATCH] fix(ci): update expected binary sizes after adding WDT code --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03c7dd3..8b61fc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,9 @@ jobs: matrix: include: - example: "blink" - expected_size: 1676 + expected_size: 7436 - example: "hello_world" - expected_size: 5548 + expected_size: 10216 steps: - uses: actions/checkout@v2 - name: Build for ESP32-C3