File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ Crypto toolkit for Flipper Zero
6
6
The goal of this project is to see how much crypto functionality can be brought to the Flipper Zero.
7
7
8
8
## How to install on Flipper Zero
9
- - If you do not have one, download a Flipper Zero firmware to get the ` fbt ` build tool.
10
- - Plug your Flipper Zero in via USB.
11
- - Copy the contents of this folder into the applications_user folder of your firmware.
9
+ - If you do not have one, download a Flipper Zero firmware to get the ` fbt ` build tool
10
+ - Plug your Flipper Zero in via USB
11
+ - Copy the contents of this folder into the applications_user folder of your firmware
12
+ - Modify the ` site_scons/cc.scons ` file in the Flipper Zero firmware to remove the ` "-Wdouble-promotion" ` warning and add the ` "-Os" ` flag
12
13
13
14
Then run the command:
14
15
```
15
16
.\fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/FlipBIP
16
17
```
17
- The application will be compiled and copied onto your device.
18
+ The application will be compiled and copied onto your device
18
19
19
20
## Status
20
21
You can’t perform that action at this time.
0 commit comments