]> granicus.if.org Git - esp-idf/commit
bootloader: Don't unnecessarily test OTA app slots more than once per boot
authorAngus Gratton <angus@espressif.com>
Fri, 18 Aug 2017 02:08:38 +0000 (12:08 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 23 Aug 2017 01:19:42 +0000 (11:19 +1000)
commit43e231c91692dfdb949d147f8b1ea85b9d4fbc6c
tree09fd6ab0400b56247d06febc7075db1fe01baa03
parent2861f3e88ee4f08913c8ae77195d094412c9247d
bootloader: Don't unnecessarily test OTA app slots more than once per boot

Would loop more than once through each OTA possibility, but really only
needs to try each slot once.
components/bootloader/subproject/main/bootloader_start.c