Moved docs and workflows to avoid conflicts while merging official repo

此提交包含在:
Valentin V. Bartenev
2026-06-06 20:18:03 +03:00
父節點 86154ce8d0
當前提交 b9bd0fc270
共有 19 個檔案被更改,包括 15 行新增14 行删除
@@ -8,7 +8,7 @@ on:
- "examples/**"
- "variants/**"
- "platformio.ini"
- ".github/workflows/pr-build-check.yml"
- ".github/workflows/meshcoretel-pr-build-check.yml"
jobs:
build:
@@ -8,7 +8,7 @@ on:
- "examples/**"
- "variants/**"
- "platformio.ini"
- ".github/workflows/push-build-check.yml"
- ".github/workflows/meshcoretel-push-build-check.yml"
jobs:
build:
+11 -11
查看文件
@@ -32,14 +32,14 @@ Only modify code for clearly scoped EastMesh features:
| Change | File |
| --------------------- | -------------------- |
| CLI | `docs/custom-cli.md` |
| Web panel UI/behavior | `docs/web-panel.md` |
| CLI | `meshcoretel-docs/custom-cli.md` |
| Web panel UI/behavior | `meshcoretel-docs/web-panel.md` |
| Releases | `release-notes.yml` |
| Flashing guidance | `docs/releases.md` |
| Flashing guidance | `meshcoretel-docs/releases.md` |
### Web Panel Gate
If editing `examples/simple_repeater/MyMesh.cpp`, also update `docs/custom-cli.md`.
If editing `examples/simple_repeater/MyMesh.cpp`, also update `meshcoretel-docs/custom-cli.md`.
## Tooling
@@ -96,8 +96,8 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_companion_radio_wifi
Build with release-style metadata:
```bash
export FIRMWARE_VERSION=v1.14.1
export MESHCORETEL_VERSION=v1.0.1
export FIRMWARE_VERSION=v1.15.0
export MESHCORETEL_VERSION=v1.1.2
bash build.sh build-firmware heltec_v4_repeater_mqtt
bash build.sh build-firmware T_Beam_S3_Supreme_SX1262_repeater_mqtt
```
@@ -116,7 +116,7 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_repeater_mqtt -t upload --upload-port
- `variants/eastmesh_mqtt/platformio.ini`
- `examples/simple_repeater/MyMesh.cpp`
- `src/helpers/mqtt/MQTTUplink.cpp`
- `docs/*.md`
- `meshcoretel-docs/*.md`
- `RELEASE.md`
- `release-notes.yml`
@@ -125,15 +125,15 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_repeater_mqtt -t upload --upload-port
If you change any of the following, update docs in the same PR when practical:
- Web-panel commands:
- update `docs/custom-cli.md`
- update `meshcoretel-docs/custom-cli.md`
- Web-panel user-facing behavior, sections, controls, or troubleshooting:
- update `docs/web-panel.md`
- update `meshcoretel-docs/web-panel.md`
- EastMesh CLI additions or changed semantics:
- update `docs/custom-cli.md`
- update `meshcoretel-docs/custom-cli.md`
- Release/tag preparation:
- update `release-notes.yml`
- Flashing/release asset guidance:
- update `docs/releases.md`
- update `meshcoretel-docs/releases.md`
## Repeater MQTT Notes

之前

寬度:  |  高度:  |  大小: 80 KiB

之後

寬度:  |  高度:  |  大小: 80 KiB

之前

寬度:  |  高度:  |  大小: 83 KiB

之後

寬度:  |  高度:  |  大小: 83 KiB

之前

寬度:  |  高度:  |  大小: 89 KiB

之後

寬度:  |  高度:  |  大小: 89 KiB

之前

寬度:  |  高度:  |  大小: 116 KiB

之後

寬度:  |  高度:  |  大小: 116 KiB

查看文件

之前

寬度:  |  高度:  |  大小: 450 B

之後

寬度:  |  高度:  |  大小: 450 B

查看文件
查看文件
查看文件
查看文件
查看文件
查看文件
查看文件
查看文件
查看文件
+2 -1
查看文件
@@ -4,7 +4,8 @@ site_description: "Документация по специфичным для M
repo_name: VBart/MeshCoreTel-firmware
repo_url: https://github.com/VBart/MeshCoreTel-firmware
edit_uri: edit/main/docs/
edit_uri: edit/main/meshcoretel-docs/
docs_dir: meshcoretel-docs
theme:
name: material