flipperdevices / flipperzero-ufbt

Compact tool for building and debugging applications for Flipper Zero.
https://pypi.org/project/ufbt/
GNU General Public License v3.0
494 stars 36 forks source link

[Feature request] Upload to flipper via UFBT #43

Closed vguttmann closed 2 months ago

vguttmann commented 2 months ago

I'm currently building an application, and using qFlipper to upload each new build is getting real old real fast.

It'd be cool if UFBT could automatically upload the .fap to my flipper - even if I have to specify the file i actually want to upload, the path it's supposed to be stored at and the serial port my flipper is connected to.

Alternatives I've considered: making a script to upload it through the serial console, but that fails because I can't get the Ctrl+C to register with the flipper.

vguttmann commented 2 months ago

I was unaware of ufbt launch.

Skill issue on my side