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
By default, in Unix systems, we use the [`vendored-openssl` Cargo feature] which may require additional tools such as `perl` and `make`. To disable this feature, use:
60
+
60
61
```
61
62
OPENSSL_NO_VENDOR=1 cargo install cargo-espflash
62
63
```
@@ -117,6 +118,7 @@ If the `--bootloader` and/or `--partition-table` options are provided then these
117
118
## Configuration File
118
119
119
120
The configuration file allows you to define various parameters for your application:
121
+
120
122
- Serial port:
121
123
- By name:
122
124
```toml
@@ -143,6 +145,7 @@ The configuration file allows you to define various parameters for your applicat
143
145
```
144
146
145
147
You can have a local and/or a global configuration file:
148
+
146
149
- For local configurations, store the file under the current working directory with the name `espflash.toml`
147
150
- Global file location differs based on your operating system:
148
151
- Linux: `$HOME/.config/espflash/espflash.toml`
@@ -158,6 +161,7 @@ You can have a local and/or a global configuration file:
158
161
## Logging Format
159
162
160
163
`cargo-espflash``flash` and `monitor` subcommands support several logging formats using the `-L/--log-format` argument:
164
+
161
165
-`serial`: Default logging format
162
166
-`defmt`: Uses [`defmt`] logging framework. With logging format, logging strings have framing bytes to indicate that they are `defmt` messages.
0 commit comments