Aucune description

Fabian Schöneck f75b6a698a Merge remote-tracking branch 'upstream/master' il y a 1 an
.github d26d75d5d6 Scripts folder il y a 1 an
English f65c8f1ef3 Auto update directory markdown files il y a 1 an
French f65c8f1ef3 Auto update directory markdown files il y a 1 an
German f65c8f1ef3 Auto update directory markdown files il y a 1 an
scripts 464fddcc1f Skip empty folders for directory generation il y a 1 an
.gitignore 408a6e6b2b add validate github workflow il y a 1 an
README.md f75b6a698a Merge remote-tracking branch 'upstream/master' il y a 1 an
figures_name_tool.pyw 21eee8d034 Verbessertes Handling von Clever Tonies als Set. il y a 1 an
requirements.txt 05f0d03b8c Created a tool for the correct naming and destination of all figures il y a 1 an

README.md

Toniebox NFC Files

This repo contains .nfc files to be used with Flipper Zero. Just place them in your nfc folder, and then emulate them.

Directory

We have a directory of Tonies in this repo for each language:

Usage Notes

  • Reading/emulating SLIX-L chips is a fairly new addition to the official Flipper Zero firmware. Keep that in mind if you are uploading your kid's cherished figures.

Pull Requests

Pull requests are welcome!

If you want to add new Tonies, it will help to run validation.sh before opening a pull request. If it detects something wrong with any of the files, it will tell you, and you can fix it before submitting the PR. Otherwise, it will output no message at all. It will also run when your PR is opened automatically.

You can use the figures_name_tool.py to generate the correct name for your file and place them in the correct directory. To use this tool you need to have python installed and install all requirements with pip install -r requirements.txt