From 4803ced57d05f9cf61f6df477a01ba69b23682ef Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 22 Aug 2026 21:50:08 -0500 Subject: [PATCH] Reunite the SDK-table comment with its table --- esphome/build_gen/arduino8266.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/esphome/build_gen/arduino8266.py b/esphome/build_gen/arduino8266.py index e2f667b3b3..b7f2883292 100644 --- a/esphome/build_gen/arduino8266.py +++ b/esphome/build_gen/arduino8266.py @@ -35,9 +35,6 @@ if TYPE_CHECKING: _LOGGER = logging.getLogger(__name__) -# From platformio-build.py. The first entry is the default; with multiple SDK -# knobs set (a pathological config) ties break by table order, since -# upstream's tie-break depends on define order and is not reproducible here. # Values that land unquoted on generated command lines are shape-checked # against these before use _MMU_HEX_VALUE_RE = re.compile(r"0[xX][0-9a-fA-F]+[uUlL]*") @@ -53,8 +50,10 @@ _DEFAULT_F_CPU = "80000000L" _COMMON_LD_HEADER = "eagle.app.v6.common.ld.h" _COMMON_LD_NAME = "local.eagle.app.v6.common.ld" -# Knob suffix -> SDK define; the first entry is the default (dicts -# preserve insertion order) +# From platformio-build.py. Knob suffix -> SDK define; the first entry is +# the default (dicts preserve insertion order). With multiple SDK knobs set +# (a pathological config) ties break by table order, since upstream's +# tie-break depends on define order and is not reproducible here. _NONOSDK_VERSIONS = { "SDK22x_190703": "NONOSDK22x_190703", "SDK221": "NONOSDK221",