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

Update 50 (Closes #49, Closes #51, Closes #52)

Added FZ Car mount
Added MultiConverter app
Added USB-NFC FAQ entry

Co-authored-by: David Sopas <11536578+dsopas@users.noreply.github.com>
Co-authored-by: Albert Gonzalez <2332870+theisolinearchip@users.noreply.github.com>
Co-authored-by: Eric Betts <bettse@fastmail.fm>
David 3 лет назад
Родитель
Сommit
ba38b986ae
2 измененных файлов с 5 добавлено и 0 удалено
  1. 3 0
      FAQ.md
  2. 2 0
      README.md

+ 3 - 0
FAQ.md

@@ -274,6 +274,9 @@
 ### Why doesn't my bank card work when I emulate it?
 > EMV Credit/Debit cards are mostly encrypted. The information Flipper reads is the unencrypted portion of the card. This alone is not enough to emulate and complete a transaction. It is impossible to read the encrypted parts. 
 
+### Where is the "USB NFC Reader" feature mentioned in the [september blog post](https://blog.flipperzero.one/september-progress/)?
+> This was scrapped due to timing issues, more details in [this GitHub issue](https://github.com/flipperdevices/flipperzero-firmware/issues/1173#issuecomment-1127728562).
+
 
 
 ## Infrared [🔝](#top)

+ 2 - 0
README.md

@@ -67,6 +67,7 @@
 - [`UPC-A Barcode Generator` Can be used to create any UPC-A barcode.](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
 - [`Sentry Safe` Plugin that can open any Sentry Safe and Master Lock electronic safe without entering pin code.](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin)
 - [`Dec/Hex Converter` Small "real time" decimal/hexadecimal converter.](https://github.com/theisolinearchip/flipperzero_stuff/tree/main/applications/dec_hex_converter)
+- [`MultiConverter` Multi-unit converter that can be easily expanded with new units and conversion methods.](https://github.com/theisolinearchip/flipperzero_stuff/tree/main/applications/multi_converter)
 
 ## Firmwares & Tweaks
 
@@ -96,6 +97,7 @@
 - [`WiFi Deauther Module Flasher` Web flasher for module firmware above.](https://sequoiasan.github.io/FlipperZero-Wifi-ESP8266-Deauther-Module/)
 - [`Skadis holder` Flipper Zero holder for Ikea Skadis.](https://www.thingiverse.com/thing:5434476)
 - [`Flipper Zero Boards` ESP32 and NRF24 daughterboards for the Flipper.](https://github.com/DrB0rk/Flipper-Zero-Boards)
+- [`Flipper Zero Car Mount` Uses foam from the original box.](https://www.thingiverse.com/thing:5464899)
 
 ## Off-device & Debugging
 - [`OOK to .sub` Python script to generate Flipper RAW .sub files from OOK bitstreams.](https://gist.github.com/jinschoi/f39dbd82e4e3d99d32ab6a9b8dfc2f55)