Crates.io | espmonitor |
lib.rs | espmonitor |
version | 0.10.0 |
source | src |
created_at | 2021-03-19 09:22:38.419952 |
updated_at | 2022-06-10 20:38:29.198185 |
description | Monitors ESP8266 and ESP32 execution over serial |
homepage | https://github.com/esp-rs/espmonitor |
repository | https://github.com/esp-rs/espmonitor |
max_upload_size | |
id | 370914 |
size | 35,280 |
ESP32 and ESP8266 serial monitor.
cargo
integration.Install with:
cargo install cargo-espmonitor
Run cargo espmonitor --help
for details.
If you prefer the standalone monitor app without cargo
integration,
you can instead install espmonitor
.
While monitoring, ESPMonitor accepts the following keyboard commands:
Before you start writing code, run this in the root of the repo:
mkdir -p .git/hooks && (cd .git/hooks && ln -s ../../hooks/* .)
This will set up a pre-commit hook that will run cargo clippy
and
cargo fmt
before each commit, to save you some time getting frustrated
with failed PR checks.
See RELEASING for instructions.