소스 검색

Fix build

Willy-JL 1 년 전
부모
커밋
2a7953ffcd
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      flip_library/application.fam
  2. 0 1
      flip_store/flip_store.h

+ 1 - 1
flip_library/application.fam

@@ -10,5 +10,5 @@ App(
     fap_description="Utilize WiFi to retrieve data from 20 different APIs",
     fap_author="JBlanked",
     fap_weburl="https://github.com/jblanked/FlipLibrary",
-    fap_version = "1.4",
+    fap_version="1.4",
 )

+ 0 - 1
flip_store/flip_store.h

@@ -1,6 +1,5 @@
 #ifndef FLIP_STORE_E_H
 #define FLIP_STORE_E_H
-#include <text_input/uart_text_input.h>
 #include <flipper_http/flipper_http.h>
 #include <easy_flipper/easy_flipper.h>
 #include <furi.h>