ExpressLRS / Backpack

Firmware for ExpressLRS compatible backpacks
GNU General Public License v3.0
100 stars 73 forks source link

Backpack repo missing binary_configurator.py #118

Closed i-am-grub closed 12 months ago

i-am-grub commented 1 year ago

Currently unable to the backpack over UART through the configurator due to the backpack repo not having a binary_configurator.py file.

While most devices likely are flashed over wifi, it is useful to have the UART option for flashing DIY devices.

pkendall64 commented 12 months ago

The backpack repo does not need binary_configurator as the binary_flash program does everything that is required.

men1al commented 7 months ago

Hi, I have the same issue, when trying to build the backpack firmware with the ELRS configurator following instructions "Installing the timer's backpack" from here : https://github.com/i-am-grub/VRxC_ELRS/releases/tag/v1.0.0

I get a Build error "\AppData\Roaming\ExpressLRS Configurator\firmwares\binary\Backpack\python\binary_configurator.py': [Errno 2] No such file or directory". It happens with any settings in Git Pull Request tab.

Has someone an idea ? :) Thanks !