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
It may also be worth adding a note saying that when no serial device is specified in the cargo-espflash command, it will print a list of the available serial devices so the user can choose.
We will be releasing espflash and cargo-espflashv2.0 soon. With this new release, subcommands will change a bit, so it may be worth waiting for the new release and update all the flashing/monitoring commands at once.
We noticed many users having errors to flash, most of those errors were because they were using an old version of espflash/cargo-espflash. It may help add a note so users are using a recent version of it, or having a fixed version on the book so we make sure they all install the same version.
The Setup section of HTTP Server has a small typo (http_serve should be http_server ): cargo espflash --release --example **http_serve** --monitor $SERIALDEVICE
It would be good to have some notes about Wokwi, as we now support some of the examples on it:
--target
is not required as its already specified in theconfig.toml
serial-monitor
subcommand ofcargo-espflash
cargo-espflash
command, it will print a list of the available serial devices so the user can choose.espmonitor
is not being installed but its mentioned.espmonitor
is no longer required.espflash
andcargo-espflash
v2.0
soon. With this new release, subcommands will change a bit, so it may be worth waiting for the new release and update all the flashing/monitoring commands at once.espflash
/cargo-espflash
. It may help add a note so users are using a recent version of it, or having a fixed version on the book so we make sure they all install the same version.cargo run
to flash and monitor. by adding the following to.cargo/config.toml
:espflash
http_serve
should behttp_server
):cargo espflash --release --example **http_serve** --monitor $SERIALDEVICE
Projects with
*
are building fine but not running properly, they need to be reviewed.The text was updated successfully, but these errors were encountered: