Add mode back

This commit is contained in:
Paulus Schoutsen 2022-07-11 08:10:30 -07:00
parent 782c16df7f
commit ad3cd47a0d

View File

@ -657,7 +657,7 @@ class ESPLoader {
}
main_fn = async ({mode='default_reset'} = {}) => {
await this.detect_chip();
await this.detect_chip({mode});
var chip = await this.chip.get_chip_description(this);
this.log("Chip is " + chip);