From a3e334c5cec9d9e80f70254074cbd84cf1bc81f3 Mon Sep 17 00:00:00 2001 From: Cody Tolene Date: Sun, 6 Aug 2023 12:21:21 -0500 Subject: [PATCH] Update dev guide with new workspace import. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 601a27a..0859045 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Demonstrate how the application works regarding the Flipper Zero's button layout 7. Open the project "fap" directory ("src-fap") in Visual Studio Code. Make sure you have "Microsoft C/C++" extension installed and enabled. 8. In Visual Studio Code, open the command palette (CTRL+SHIFT+P) and type "C/C++ Edit Configurations (UI)" to find and open its settings. Add the following directory to the "Include path" option: ``` - ${workspaceFolder}/../.submodules/flipperzero-firmware + ${workspaceFolder}/../.submodules/** ``` This includes the Flipper Zero firmware library for your project (you can update it to a custom firmware if needed). 9. If Visual Studio Code shows import errors after saving the above settings from step 8, run the build script (see step 10) to resolve them.