Closed nicholascioli closed 9 months ago
Get working code from here This app is a working app on RM firmware... here it is in the code
Yea, I really need to push out updates. But I haven't gotten the chance with work, school life balance right now✍️ I'm keeping list of changes i need to do. But if the framework changed I definitely need to prioritize this
Fixed. Please try rebuild from master and let me know before I close this issue.
Hello!
I recently bought a UHF module to try with this repo and can't get the project to build on the newest available firmware, version
0.97.1
. I did the following to try to compile it:applications/main
folder of the official flipper firmware./fbt fap_uhf_rfid
from the root of the firmware codeThe error that I got is as follows:
I tried to see if just importing
FreeRTOS.h
andtask.h
would fix the issue, but it seems as though it is more complicated than that since it fixed the errors but still didn't run on the flipperzero itself.Please let me know if I am just compiling this project incorrectly, as I am still new to the flipperzero scene.