diff options
author | Damien George <damien@micropython.org> | 2021-12-23 17:41:28 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-12-30 15:47:49 +1100 |
commit | bfe9eba48440eaf0a56bfa2e19a10bc8ba8def5a (patch) | |
tree | 074a8f798692e3972a8377074475e312a4a368e6 /tools/autobuild/build-esp8266-latest.sh | |
parent | a29c70c9b40b9f6cab9789805e445683418580f0 (diff) |
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 <damien@micropython.org>
Diffstat (limited to 'tools/autobuild/build-esp8266-latest.sh')
-rwxr-xr-x | tools/autobuild/build-esp8266-latest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |