Closed Firstyear closed 1 year ago
https://github.com/quen0n/unitemp-flipperzero/blob/master/views/General_view.c#L19 includes unitemp_icons.h, however when building:
applications_user/unitemp-flipperzero/views/General_view.c:19:10: fatal error: unitemp_icons.h: No such file or directory 19 | #include "unitemp_icons.h" | ^~~~~~~~~~~~~~~~~ compilation terminated.
Looking through this repository I can't find the header file in question. Could it be that it is missing or a mistake happened in a merge? Thanks!
Use fbt or ufbt for building this app
https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/fbt.md
This is using fbt.
https://github.com/quen0n/unitemp-flipperzero/blob/master/views/General_view.c#L19 includes unitemp_icons.h, however when building:
Looking through this repository I can't find the header file in question. Could it be that it is missing or a mistake happened in a merge? Thanks!