diff --git a/README.en.md b/README.en.md index a54b221..bc00a3d 100644 --- a/README.en.md +++ b/README.en.md @@ -19,7 +19,7 @@ echo 'src-git modem https://github.com/FUjr/modem_feeds.git;main' >> feeds.conf. ./scripts/feeds install -a -p modem ``` -Force update library drivers (use this library drivers): +Force update library drivers (use this library's drivers): ```shell ./scripts/feeds install -a -f -p modem @@ -135,12 +135,23 @@ This page allows users to configure each slot. | **Enable 5G to Ethernet** | Enables communication via network interface for supported modules. | | **Associated USB** | Associates USB ports with PCIe ports for better AT communication compatibility. | +### Module Configuration + +This page allows users to modify module configurations. It is an advanced feature, and incorrect usage may cause the device to malfunction. The primary purpose is to manually add modules not in the compatibility list. +The configuration introduces `post_init` and `pre_dial` options, allowing users to set custom delays and send custom AT commands after module initialization or before dialing. Other options are self-explanatory. + ## Development Plan | Plan | Progress | |-------------------------------------------|----------------------| | Separate backend from luci-app completely | 0% | | Switch to js luci | 5% | +| Support more modules | 0% | +| Use at_daemon to monitor module AT events | 5% | +| Add phone functionality | 0% | +| Improve documentation | 0% | +| Add diagnostic features for user debugging | 0% | +| Add contributor and maintainer info in code | 0% | # Acknowledgments diff --git a/README.md b/README.md index e9c725c..b8bb1be 100644 --- a/README.md +++ b/README.md @@ -153,11 +153,17 @@ make menuconfig ## 开发计划 - +欢迎大家参与贡献,目前计划如下: | 计划 | 进度 | | ---------------------------- | ---- | | 将后端程序与luci-app完全分离 | 0 | | 切换js luci | 5% | +| 支持更多模组 | 0 | +| 使用at_daemon 用于监听模组主动发送的at事件 | 5% | +| 电话功能 | 0 | +| 完善(开发和使用)文档 | 0 | +| 增加诊断功能,便于用户复制信息 | 0 | +|在代码中添加贡献者和维护者信息 | 0 | # 鸣谢