Cargo Features

steady_state has no features set by default.

[dependencies]
steady_state = { version = "0.0.14", features = ["telemetry_server", "telemetry_history"] }

to test if the code compiles for no_std use this command:
cargo build --target thumbv6m-none-eabi

telemetry_server

Affects config::TELEMETRY_SERVER

telemetry_history

Affects config::TELEMETRY_HISTORY