Moved docs and workflows to avoid conflicts while merging official repo

Este commit está contenido en:
Valentin V. Bartenev
2026-06-06 20:18:03 +03:00
padre 86154ce8d0
commit b9bd0fc270
Se han modificado 19 ficheros con 15 adiciones y 14 borrados
+11 -11
Ver fichero
@@ -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