You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cargo-espflash/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ The configuration file allows you to define various parameters for your applicat
140
140
141
141
You can have a local and/or a global configuration file:
142
142
143
-
- For local configurations, store the file under the current working directory with the name `espflash.toml`
143
+
- For local configurations, store the file under the current working directory or in the parent directory (to support Cargo workspaces) with the name `espflash.toml`
144
144
- Global file location differs based on your operating system:
Copy file name to clipboardExpand all lines: espflash/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ The configuration file allows you to define various parameters for your applicat
154
154
155
155
You can have a local and/or a global configuration file:
156
156
157
-
- For local configurations, store the file under the current working directory with the name `espflash.toml`
157
+
- For local configurations, store the file under the current working directory or in the parent directory (to support Cargo workspaces) with the name `espflash.toml`
158
158
- Global file location differs based on your operating system:
0 commit comments