Skip to content

Commit

Permalink
Minor doc updates, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Apr 25, 2023
1 parent 099ba4f commit 411b836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Significant differences from stock:
## Features

* Bootloader with firmware update and failover rollback mechanisms
- update manager task handles the update protocol in-application
- see the [bootloader README](bootloader/README.md)
* TCP/IP stack, comes with these protocols:
- a lightweight [broadcast protocol](libraries/wire-protocols/src/broadcast.rs) for influx/etc integration
Expand Down
2 changes: 1 addition & 1 deletion firmware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "air-gradient-pro-rs"
description = "Rust firmware for the AirGradient Pro"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Jon Lamb"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion host_tools/air-gradient-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "air-gradient-cli"
authors = ["Jon Lamb"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 411b836

Please sign in to comment.