We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac2da commit 1de2d4cCopy full SHA for 1de2d4c
docs/user-documentation.md
@@ -23,11 +23,11 @@ Examples of user-defined Arduino Apps stored into the `ARDUINO_APP_CLI__APPS_DIR
23
│ ├── app.yaml
24
│ ├── README.md
25
│ ├── python
26
-│ │ └── main.py
+│ │ └── main.py
27
│ ├── sketch
28
│ │ ├── sketch.ino
29
│ │ └── sketch.yaml
30
-| └── .cache/ # Temporary files and dependencies
+| └── .cache/ # Temporary files and dependencies of the App
31
└── my-second-app
32
├── app.yaml
33
├── python
0 commit comments