ExpressLRS / ExpressLRS-Configurator

Cross platform configuration & build tool for the ExpressLRS radio link
GNU General Public License v3.0
565 stars 118 forks source link

Unable to flash backpack to ESP32 over UART #639

Closed i-am-grub closed 1 month ago

i-am-grub commented 1 month ago

Originally reported the bug in the backpack repo, but I think it's actually a configurator issue.

TLDR: The configurator looks for binary_configurator.py when trying to flash the backpack over UART to an ESP32 target. This file doesn't exist in the backpack repo and isn't required for flashing the backpack's firmware.

https://github.com/ExpressLRS/Backpack/issues/136

pkendall64 commented 1 month ago

This totally belongs in the Backpack repo. We just need to rename binary_flash.py to binary_configurator.py.