From bfe9eba48440eaf0a56bfa2e19a10bc8ba8def5a Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 23 Dec 2021 17:41:28 +1100 Subject: [PATCH] tools/autobuild: Build esp8266 OTA image with GENERIC_1M board. Because the GENERIC board won't fit in the flash defined by esp8266_ota.ld. Signed-off-by: Damien George --- tools/autobuild/build-esp8266-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobuild/build-esp8266-latest.sh b/tools/autobuild/build-esp8266-latest.sh index 72c6ee988..1972e85fc 100755 --- a/tools/autobuild/build-esp8266-latest.sh +++ b/tools/autobuild/build-esp8266-latest.sh @@ -58,4 +58,4 @@ fi do_build esp8266 GENERIC do_build esp8266-512k GENERIC_512K do_build esp8266-1m GENERIC_1M -do_build_ota esp8266-ota GENERIC ota +do_build_ota esp8266-ota GENERIC_1M ota