You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): strip ANSI before the subscription-log grep
matter-server colourises its logs, so a `\x1b[0m` reset sits between
'<Node:N>' and the message. The anchored '<Node:N> (Re-)?Subscription
succeeded' pattern never matched, hard-failing check_subscription_log on
otherwise-healthy flashes (node 35 v1.1.4: version confirmed, node
available + subscribed, gate still errored). Strip ANSI first in both
scripts; also bring esp32-release.sh up to the ota-release.sh behaviour
(match Re-Subscription, tail -1 the newest, poll for the late resubscribe).
Assisted-by: AI
0 commit comments