Skip to content

Commit 589e08f

Browse files
committed
Latest RM1118-0018-0.420.0-c51dc5c on PATREON - UPD FLIPLIBRARY
2 parents f135754 + ae8ed22 commit 589e08f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

applications/external/fliplibrary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The **FlipLibrary** app for Flipper Zero is a versatile and user-friendly application that offers a combination of useful features to enhance your Flipper Zero experience.
22

3-
The app includes a **dictionary**, **random facts**, and additional functionalities, all accessible directly from your Flipper Zero device. It is designed for easy navigation and quick access to information, making it a handy companion for on-the-go learning and entertainment.
3+
The app includes a **dictionary**, **random facts**, and additional functionalities, all accessible directly from your Flipper Zero device. It is designed for easy navigation and quick access to information, making it a handy companion for on-the-go learning and entertainment. Big shout out to [Derek Jamison](https://github.com/jamisonderek) for his contributions.
44

55
FlipLibrary uses the FlipperHTTP flash for the WiFi Devboard, first introduced in the WebCrawler app: https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP
66

@@ -38,4 +38,4 @@ The app automatically allocates necessary resources and initializes settings. If
3838
# Known Bugs
3939

4040
1. **Screen Delay**: Occasionally, the Defition or Random Facts screen may get stuck on "Loading".
41-
- If it takes longer than 10 seconds, restart your Flipper Zero.
41+
- Update to version 1.3 or higher.

applications/external/fliplibrary/app.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ int32_t flip_library_app(void* p) {
3131
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
3232
DialogMessage* message = dialog_message_alloc();
3333
dialog_message_set_header(
34-
message, "WIFI NOT RESPONDING", 64, 0, AlignCenter, AlignTop);
34+
message, "[FlipperHTTP Error]", 64, 0, AlignCenter, AlignTop);
3535
dialog_message_set_text(
3636
message,
37-
"Ensure ESP32 is connected\nand latest FlipperHTTP\nfirmware is installed.",
37+
"Ensure your WiFi Developer\nBoard or Pico W is connected\nand the latest FlipperHTTP\nfirmware is installed.",
3838
0,
3939
63,
4040
AlignLeft,

0 commit comments

Comments
 (0)