Skip to content

Commit

Permalink
Configuration tool info
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Jan 10, 2025
1 parent 53e1bad commit dc4fbf1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esparrier"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Chen Xu <[email protected]>"]
description = "Esparrier is an ESP32-S3 based Barrier client."
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ This is a re-write of the original [Esparrier-IDF project](https://github.com/wi

## Update Configurations

**A new configuration tool** is available at [esparrier-config](https://github.com/windoze/esparrier-config), you can use it to update the configurations on the board without manually re-flashing. Checkout the repo and follow the instructions to build and run the tool.

Below is the old way to update configurations, it's still valid but not recommended.

First, you need to install `esptool.py`, which can be installed with `pip install esptool`. Refer to the [official documentation](https://docs.espressif.com/projects/esptool/en/latest/esp32/installation.html) for more information.

### Prepare and Update Configurations
Expand Down
4 changes: 4 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Esparrier 是一个适用于 ESP32S3 的 [Barrier](https://github.com/debauchee/

## 更新配置

**新的配置工具**[esparrier-config](https://github.com/windoze/esparrier-config)现已推出,您可以使用它来更新配置,而无需重新编译和烧录固件。

以下是原有的手动更新配置的方法,该方法依然有效:

首先,您需要安装 `esptool.py`,可以使用 `pip install esptool` 安装。有关更多信息,请参阅 [官方文档](https://docs.espressif.com/projects/esptool/en/latest/esp32/installation.html)

### 准备和更新配置
Expand Down

0 comments on commit dc4fbf1

Please sign in to comment.