Update README -- deprecated tutorial.
This commit is contained in:
parent
195a8a9265
commit
d71c9ee7cd
@ -1,5 +1,10 @@
|
|||||||
# Cookie Clicker Tutorial
|
# Cookie Clicker Tutorial
|
||||||
|
|
||||||
|
I recommend the [hid_cookie](../hid_cookie/readme.md) tutorial instead.
|
||||||
|
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
This tutorial modifies the Flipper Zero firmware to add a Cookie Clicker controller option to the hid_app (known as "Remote" under Applications/Bluetooth). This Cookie clicker will automatically click the mouse and allow you to set the speed of the clicks.
|
This tutorial modifies the Flipper Zero firmware to add a Cookie Clicker controller option to the hid_app (known as "Remote" under Applications/Bluetooth). This Cookie clicker will automatically click the mouse and allow you to set the speed of the clicks.
|
||||||
|
|
||||||
The "Remote" application is a Bluetooth HID (Human Interface Device) application. It allows you to connect to a Bluetooth HID device and send keystrokes and mouse clicks. The Flipper Zero firmware has a TikTok controller built in. This tutorial will show you how to modify the firmware to add a Cookie Clicker controller, starting with the code from the TikTok controller.
|
The "Remote" application is a Bluetooth HID (Human Interface Device) application. It allows you to connect to a Bluetooth HID device and send keystrokes and mouse clicks. The Flipper Zero firmware has a TikTok controller built in. This tutorial will show you how to modify the firmware to add a Cookie Clicker controller, starting with the code from the TikTok controller.
|
||||||
@ -9,6 +14,11 @@ you have enabled Bluetooth on the Flipper Zero (under Settings). You will need t
|
|||||||
|
|
||||||
If you are unclear of a step, the [final_files](./final_files/) folder contains the modified files you should have after you have completed the tutorial. Please let me know which step was unclear and I will try to clarify it for future users.
|
If you are unclear of a step, the [final_files](./final_files/) folder contains the modified files you should have after you have completed the tutorial. Please let me know which step was unclear and I will try to clarify it for future users.
|
||||||
|
|
||||||
|
## Step 0. Another tutorial can be found at hid_cookie
|
||||||
|
I recommend the [hid_cookie](../hid_cookie/readme.md) tutorial instead.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Step 1. Install Git and VS Code.
|
## Step 1. Install Git and VS Code.
|
||||||
|
|
||||||
If you have not already installed Git and VS Code, you will need to do so. The following links will take you to the download pages for Git and VS Code.
|
If you have not already installed Git and VS Code, you will need to do so. The following links will take you to the download pages for Git and VS Code.
|
||||||
|
Loading…
Reference in New Issue
Block a user