From 9ac8fa444e39c11e001bd9772d9024af00975b08 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 5 Jan 2026 21:35:25 +0000 Subject: [PATCH] Automatically OTA via DNS --- reflash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflash.sh b/reflash.sh index 17a9a12..6be1973 100755 --- a/reflash.sh +++ b/reflash.sh @@ -89,7 +89,7 @@ for cmdline in "${flash[@]}"; do print_results_table echo "Launching esphome: $cmdline" - if esphome $cmdline; then + if echo 1 | esphome $cmdline; then flash_result["$cmdline"]=OK else flash_result["$cmdline"]=FAIL