Ver Fonte

Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager

# Conflicts:
#	meal_pager/application.fam
Willy-JL há 1 ano atrás
pai
commit
6b28f54d1f

+ 3 - 2
meal_pager/README.md

@@ -52,7 +52,7 @@ Appart from that, most pagers support 8191 Stations. Triggering ~30 Pagers per s
 Also your Flipper Zero will crash in that time, as the generated signals use RAM which is limited in the device. There may be ways to work around this, but I think its better to have such a limitation.
 
 ## Does this even work
-I don't know. It's based on intel collected from other people. The Flipper sends data, I checked that with a second flipper. But if the data actually triggers something is not sure. 
+I don't know. It's based on intel collected from other people. The Flipper sends data, I checked that with a second flipper. I've also heard rumors that it works in Australia. I'm sure it doesn't work in the US, as they use different frequencies. 
 
 Then run the command: 
  ```
@@ -63,4 +63,5 @@ The application will be compiled and copied onto your device.
 ## Thank you notes
 - [Moeker](https://github.com/moeker) and his awesome [pagger tool](https://github.com/meoker/pagger), couldn't have done this without
 - [xb8](https://github.com/xb8/t119bruteforcer) for the useful data collected
-- [Xenobyte, ShotokanZH](https://twitter.com/xenobyte_/status/1558123251276070912) for their super interesting research
+- [Xenobyte, ShotokanZH](https://twitter.com/xenobyte_/status/1558123251276070912) for their super interesting research
+- [WillyJL](https://github.com/Willy-JL) and [xMasterX](https://github.com/xMasterX) for code contributions/corrections

+ 1 - 1
meal_pager/application.fam

@@ -7,7 +7,7 @@ App(
     fap_icon="icons/meal_pager_10px.png",
     fap_icon_assets="icons",
     fap_category="Sub-GHz",
-    fap_version="1.6",
+    fap_version="1.7",
     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.",

+ 4 - 0
meal_pager/docs/changelog.md

@@ -1,3 +1,7 @@
+## v1.7
+- Added code refactors from xMasterX and WillyJL
+- Minor update of Readme
+
 ## v1.6
 - Fix crashes on exit on fw 0.100.3
 

+ 1 - 1
meal_pager/meal_pager_i.h

@@ -25,7 +25,7 @@
 
 #define SUBGHZ_APP_EXTENSION ".sub"
 #define SUBGHZ_APP_FOLDER ANY_PATH("subghz")
-#define MEAL_PAGER_VERSION "1.6"
+#define MEAL_PAGER_VERSION "1.7"
 
 typedef struct Meal_PagerTransmit Meal_PagerTransmit;
 typedef struct SubGhz SubGhz;