From 943843b11846ea52fb7aa6d174d31975970f0526 Mon Sep 17 00:00:00 2001 From: Peter Dragun Date: Fri, 7 Nov 2025 10:28:00 +0100 Subject: [PATCH] fix: Update esptool command in GitHub issue template to use legacy command Closes https://github.com/espressif/esp-idf/issues/17765 --- .github/ISSUE_TEMPLATE/02_runtime_bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/02_runtime_bug.yml b/.github/ISSUE_TEMPLATE/02_runtime_bug.yml index 54b533f4ab..6943b8e127 100644 --- a/.github/ISSUE_TEMPLATE/02_runtime_bug.yml +++ b/.github/ISSUE_TEMPLATE/02_runtime_bug.yml @@ -26,7 +26,7 @@ body: id: chip_revision attributes: label: Espressif SoC revision. - description: On which Espressif SoC revision does your application run on? Run `esptool chip-id` to find it. + description: On which Espressif SoC revision does your application run on? Run `esptool chip-id` (or `esptool.py chip_id` for ESP-IDF v5.5 and older) to find it. placeholder: ex. ESP32-C3 (QFN32) (revision v0.3) validations: required: true