Flipper-Plugin-Tutorial icon indicating copy to clipboard operation
Flipper-Plugin-Tutorial copied to clipboard

Update the application to be compatible with the latest Filpper firmware

Open tom21100227 opened this issue 1 year ago • 0 comments

  • Changed application.fam to use apptype=FlipperAppType.EXTERNAL.
  • Replaced ValueMutex with FuriMutex in hello_world.c

I'm a beginner trying to learn how to develop plugins for Filpper, this repo helped a lot but some of the code is outdated since they deprecated ValueMutex. I followed one of the commits in the PR in actual flipper firmware repo to replace ValueMutex with FuriMutex, and the code here was able to build / launch on my filpper running release 0.99.1 with ufbt.

tom21100227 avatar Mar 21 '24 21:03 tom21100227