From 4d63564cdda246e4824563b54b06a64ad32891e8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 21 Aug 2026 20:56:27 -0500 Subject: [PATCH] Phrase the board-table regen comment imperatively --- esphome/components/esp8266/boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/esp8266/boards.py b/esphome/components/esp8266/boards.py index 71681d99a3..5be8011ba4 100644 --- a/esphome/components/esp8266/boards.py +++ b/esphome/components/esp8266/boards.py @@ -371,7 +371,7 @@ BOARDS = { # -DESP8266 and -DARDUINO_ARCH_ESP8266 are shared by every board and added by # the generator; only the per-board defines are listed here. # -# ESP8266_BOARD_BUILD generate with (v4.2.1 is the platform version the +# Regenerate ESP8266_BOARD_BUILD with (v4.2.1 is the platform version the # native toolchain mirrors; regenerate against the tag when bumping it): # # git clone -b v4.2.1 https://github.com/platformio/platform-espressif8266