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>
This commit is contained in:
Damien George 2021-12-23 17:41:28 +11:00
parent a29c70c9b4
commit bfe9eba484
1 changed files with 1 additions and 1 deletions

View File

@ -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