Skip to content

Commit

Permalink
upd meal pager
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 11, 2024
1 parent 8148d34 commit 3ccfd66
Show file tree
Hide file tree
Showing 24 changed files with 940 additions and 58 deletions.
5 changes: 3 additions & 2 deletions non_catalog_apps/meal_pager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ This app triggers restaurant pagers in a brute force manner, useful to test if d
- Retekess TD174

### Features
- Select range of stations (needs improving for full range)
- Select range of pagers (needs improving for full range)
- Send a Range of Signals
- Select range of stations
- Select range of pagers

## How to install on Flipper Zero
- If you do not have one, download a firmware onto your PC via git<br>
Expand Down
5 changes: 3 additions & 2 deletions non_catalog_apps/meal_pager/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ App(
fap_icon="icons/meal_pager_10px.png",
fap_icon_assets="icons",
fap_category="Sub-GHz",
fap_version="1.0",
fap_version="1.2",
fap_libs=["assets"],
fap_author="leedave",
fap_weburl="https://github.com/leedave/flipper-zero-meal-pager",
fap_description="This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.",
)
)
17 changes: 17 additions & 0 deletions non_catalog_apps/meal_pager/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.2
- Fixed Memory bug in Last Station UI
- Added auto-correction when entries in First/Last station/pager are out of range

## v1.1
- Created a new UI Input View as FW does not supply one for numbers
- New UI to Set First Station
- New UI to Set Last Station
- New UI to Set First Page
- New UI to Set Last Pager
- Removed Vibro/Sound settings as not used

Known issues
- After setting last station, the settings view is weird. Some kindo of memory bug. But data remains correct.
- Extensive use can cause crashes, must be some memory leak left


## v1.0
- Added support for TD174

Expand Down
Loading

0 comments on commit 3ccfd66

Please sign in to comment.