Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Prepared for catalog release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSainEyereg committed Sep 19, 2023
1 parent db77f98 commit 6e3498f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v1.0

- Stable release.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# flipper-pc-monitor
Flipper Application for monitoring PC state
# PC Monitor
Flipper Application for monitoring PC resources

**[A backend running on your computer is required to work](https://github.com/TheSainEyereg/flipper-pc-monitor-backend)**

### Screenshots

![app](screenshots/qFlipper.png)
![app](screenshots/1.png)
![app](screenshots/2.png)
**[A backend running on your PC is required](https://github.com/TheSainEyereg/flipper-pc-monitor-backend/releases)**
3 changes: 3 additions & 0 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ App(
entry_point="pc_monitor_app",
requires=["bt", "gui"],
stack_size=1 * 1024,
fap_description="Application for monitoring PC resources",
fap_category="Bluetooth",
fap_icon="icons/icon_10px.png",
fap_version="1.0",
fap_author="Olejka",
)

0 comments on commit 6e3498f

Please sign in to comment.