-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fap won't run on Stable FW 0.74.2 #1
Labels
Comments
Thank you for mentioning! It really doesn't seem to build any more. I just tested it in https://github.com/pbek/usb_hid_autofire/actions/runs/3850371823/jobs/6560439751. They seem to have removed it. I'll take a look at it. |
Can you try again please? |
I just tried compiling again with the new changes and it works! Thank you! :) |
Great! 😁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At line ~28,
itoa
is used to convertautofire_delay
values tostr
type and store it in theautofire_delay_str
bufferit looks like this is used to show the autofire delay in the GUI screen
when trying to compile with flipper zero FW:
itoa
appears to be disabled in the official flipper zero FW API. The app compiles and runs if you comment out line 28://itoa(autofire_delay, autofire_delay_str, 10);
I am not skilled in programming but I commented out lines 27 & 28 and just replaced
autofire_delay_str
in line 41 with"10"
as a dumb but simple solutionSorry if this should've been a PR or something, I just wanted to document what I did to get the .fap working on my flipper
The text was updated successfully, but these errors were encountered: