Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESP32] Fix flashing_script dependency on partition table (#15643)
#### Problem `gen_flashing_script.py` for ESP32 occasionally fails; it turns out that there is no dependency declared on the partition table, which is a required input. #### Change overview Add the depencency. #### Testing Manual build works (but may have merely won the race).
- Loading branch information