Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44b8275

Browse files
BenjaminDannegardleonardocavagnis
andauthoredOct 17, 2024··
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/13.appwizard-guide/content.md
Co-authored-by: Leonardo Cavagnis <[email protected]>
1 parent d7a179f commit 44b8275

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/13.appwizard-guide

1 file changed

+1
-1
lines changed
 

‎content/hardware/10.mega/shields/giga-display-shield/tutorials/13.appwizard-guide/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now to add the interaction that will fill the gauge when the slider is moved. Fi
9999

100100
## Exporting the Project
101101

102-
In AppWizard, go to **File -> Export & Save** in the upper left of the window. Now open the folder of the project. Create a new folder which we will put the exported files into, in this new folder create another folder named **src**. Now from the exported project folder, copy the content from the **Resource** and **Source** folders into the newly created **src** folder. Take all the files out of the folders before putting them in the **src** folder, if you have any folders inside of the **src** folder it will not import into the Arduino IDE later.
102+
In AppWizard, go to **File -> Export & Save** in the upper left of the window. Now open the folder of the project. Create a new folder which we will put the exported files into, in this new folder create another folder named **src**. Now from the exported project folder, copy all the files contained in the **Resource** and **Source** subfolders (without copying the subfolders themselves) into the newly created **src** folder. Take all the files out of the folders before putting them in the **src** folder, if you have any folders inside of the **src** folder it will not import into the Arduino IDE later.
103103

104104
![Folder structure](assets/appwizard-demo-folder-src.png)
105105

0 commit comments

Comments
 (0)
Please sign in to comment.