|
|
2 年之前 | |
|---|---|---|
| .. | ||
| .vscode | 2 年之前 | |
| images | 2 年之前 | |
| .clang-format | 2 年之前 | |
| .editorconfig | 2 年之前 | |
| .gitignore | 2 年之前 | |
| .gitkeep | 2 年之前 | |
| LICENSE | 2 年之前 | |
| README.md | 2 年之前 | |
| application.fam | 2 年之前 | |
| screenshot.png | 2 年之前 | |
| secret_toggle.c | 2 年之前 | |
| secret_toggle_icon.png | 2 年之前 | |
| util.c | 2 年之前 | |
| util.h | 2 年之前 | |
#secret_toggle
A game for the Flipper Zero device.
sudo usermod -a -G dialout username ...reboot machine to be added to dialout group for access to /dev/ttyACM0 python3 -m pip install --user --upgrade ufbt cd secret_toggle ufbt -h ufbt update ufbt ...connect flipper over usb ufbt launch
sudo apt-get install python3.10-venv cd flipper-application-catalog python3 -m venv venv source venv/bin/activate pip install -r tools/requirements.txt python3 tools/bundle.py applications/Games/secret_toggle/manifest.yml bundle.zip