DarkFlippers / flipperzero-subbrute

SubGHz key checker
MIT License
583 stars 47 forks source link

subghz_bruteforcer_icons.h #79

Closed aaronryank closed 1 month ago

aaronryank commented 2 months ago

I'm at my wit's end. Attempting to build this application with fbt fails due to the nonexistence of subghz_bruteforcer_icons.h.

In helpers/gui_top_button.c: #include <subghz_bruteforcer_icons.h>

In subbrute_i.h: #include <subghz_bruteforcer_icons.h>

I cannot find this file anywhere - I have searched through all Flipper Zero firmware, possibly relevant GitHub repositories, and anywhere else on the Internet I could crawl through. Where on earth is this file?

derskythe commented 1 month ago

Hello @aaronryank, this file is generated after you run:

./fbt fap_dist

See OFW documentation