Skip to content

Commit

Permalink
tools/autobuild: Build esp8266 OTA image with GENERIC_1M board.
Browse files Browse the repository at this point in the history
Because the GENERIC board won't fit in the flash defined by esp8266_ota.ld.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Dec 30, 2021
1 parent a29c70c commit bfe9eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/autobuild/build-esp8266-latest.sh
Expand Up @@ -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

0 comments on commit bfe9eba

Please sign in to comment.