Sync desktop settings app to new stuffs

This commit is contained in:
Willy-JL
2024-08-07 22:15:59 +02:00
parent 06cb63f4bf
commit b14944b029
9 changed files with 46 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
// Since settings app is external, it cannot access firmware functions
// For simple utils like this, easier to include C code in app too
// Instead of copying the file, can (ab)use preprocessor to copy source code here
#include <applications/services/desktop/helpers/pin_code.c>
// Then, we still use the Header from original code as if nothing happened