From a23530bf8621eec291472c1187b96ddb3583edf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 17 Sep 2025 19:35:39 +0200 Subject: CI: esptool warns about deprecating esptool.py --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 969450d..4c849e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: with: tool: espflash - - name: Install esptool.py + - name: Install esptool if: contains(matrix.input.platform, 'esp32') run: pip install esptool -- cgit v1.2.3