Просмотр исходного кода

Update README and in-app About page

zinongli 1 год назад
Родитель
Сommit
f4829abe51
2 измененных файлов с 3 добавлено и 4 удалено
  1. 2 3
      README.md
  2. 1 1
      key_copier.c

+ 2 - 3
README.md

@@ -2,9 +2,6 @@
 A Flipper Zero app for measuring key bitting patterns.
 
 ## Instruction
-***
-Download updated format.c, format.h, keycopier.c keycopier.h files
-***
 To measure your key: 
 1. Place it on top of the screen.
 2. Use the contour to align your key.
@@ -12,7 +9,9 @@ To measure your key:
 
 ## Special Thanks
 - Thank [@jamisonderek](https://github.com/jamisonderek) for his [Flipper Zero Tutorial repository](https://github.com/jamisonderek/flipper-zero-tutorials) and [YouTube channel](https://github.com/jamisonderek/flipper-zero-tutorials#:~:text=YouTube%3A%20%40MrDerekJamison)! This app is built with his Skeleton App and GPIO Wiegand app as references. 
+- Thank [@HonestLocksmith](https://github.com/HonestLocksmith) for PR #13 and #20. TONS of new key formats and supports for DOUBLE-SIDED keys are added. We have car keys now! 
 - [Project channel](https://discord.com/channels/1112390971250974782/1264067969634402356)
 
 
 
+

+ 1 - 1
key_copier.c

@@ -735,7 +735,7 @@ static KeyCopierApp* key_copier_app_alloc() {
         0,
         128,
         64,
-        "Key Maker App 1.0\nAuthor: @Torron\n\nTo measure your key:\n\n1. Place "
+        "Key Maker App 1.1\nAuthor: @Torron\n\nTo measure your key:\n\n1. Place "
         "it on top of the screen.\n\n2. Use the contour to align your key.\n\n3. "
         "Adjust each pin's depth until they match. It's easier if you look with "
         "one eye closed.\n\nGithub: github.com/zinongli/KeyCopier \n\nSpecial "