Skip to content

Commit

Permalink
Merge pull request #21 from leedave/feature/stationSet
Browse files Browse the repository at this point in the history
Feature/station set
  • Loading branch information
leedave authored Jan 7, 2024
2 parents d866416 + 9d8cc15 commit 42049b3
Show file tree
Hide file tree
Showing 24 changed files with 883 additions and 57 deletions.
5 changes: 3 additions & 2 deletions 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
3 changes: 2 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ App(
fap_icon="icons/meal_pager_10px.png",
fap_icon_assets="icons",
fap_category="Sub-Ghz",
fap_version="1.0",
fap_version="1.1",
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.",
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 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 42049b3

Please sign in to comment.