ExpressLRS / Backpack

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

Retain .bin extension for gziped binaries #157

Closed jurgelenas closed 3 months ago

jurgelenas commented 3 months ago

This PR https://github.com/ExpressLRS/Backpack/pull/156 has introduced an inconsistent behavior when compared to the main firmware repo by producing .bin.gz filenames for WiFi builds. We need to maintain exactly the same behavior as the main firmware.

pkendall64 commented 3 months ago

Not sure I understand the issue! Both backpack builds and main firmware build produce a folder with just a firmware.bin.gz file in them for 8285 based targets.

jurgelenas commented 3 months ago

Not sure I understand the issue! Both backpack builds and main firmware build produce a folder with just a firmware.bin.gz file in them for 8285 based targets.

Yeah my bad on this one! After further testing everything looks good.

pkendall64 commented 3 months ago

Yeah my bad on this one! After further testing everything looks good.

Whew, I thought I stuffed something up!