quen0n / unitemp-flipperzero

Flipper Zero application for reading temperature, humidity and pressure sensors like a DHT11/22, DS18B20, BMP280, HTU21 and more
GNU General Public License v3.0
288 stars 35 forks source link

unitemp_icons.h missing #12

Closed Firstyear closed 1 year ago

Firstyear commented 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!

quen0n commented 1 year ago

Use fbt or ufbt for building this app

https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/fbt.md

Firstyear commented 1 year ago

This is using fbt.