Moved docs and workflows to avoid conflicts while merging official repo
@@ -8,7 +8,7 @@ on:
|
|||||||
- "examples/**"
|
- "examples/**"
|
||||||
- "variants/**"
|
- "variants/**"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- ".github/workflows/pr-build-check.yml"
|
- ".github/workflows/meshcoretel-pr-build-check.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
- "examples/**"
|
- "examples/**"
|
||||||
- "variants/**"
|
- "variants/**"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- ".github/workflows/push-build-check.yml"
|
- ".github/workflows/meshcoretel-push-build-check.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -32,14 +32,14 @@ Only modify code for clearly scoped EastMesh features:
|
|||||||
|
|
||||||
| Change | File |
|
| Change | File |
|
||||||
| --------------------- | -------------------- |
|
| --------------------- | -------------------- |
|
||||||
| CLI | `docs/custom-cli.md` |
|
| CLI | `meshcoretel-docs/custom-cli.md` |
|
||||||
| Web panel UI/behavior | `docs/web-panel.md` |
|
| Web panel UI/behavior | `meshcoretel-docs/web-panel.md` |
|
||||||
| Releases | `release-notes.yml` |
|
| Releases | `release-notes.yml` |
|
||||||
| Flashing guidance | `docs/releases.md` |
|
| Flashing guidance | `meshcoretel-docs/releases.md` |
|
||||||
|
|
||||||
### Web Panel Gate
|
### 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
|
## Tooling
|
||||||
|
|
||||||
@@ -96,8 +96,8 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_companion_radio_wifi
|
|||||||
Build with release-style metadata:
|
Build with release-style metadata:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export FIRMWARE_VERSION=v1.14.1
|
export FIRMWARE_VERSION=v1.15.0
|
||||||
export MESHCORETEL_VERSION=v1.0.1
|
export MESHCORETEL_VERSION=v1.1.2
|
||||||
bash build.sh build-firmware heltec_v4_repeater_mqtt
|
bash build.sh build-firmware heltec_v4_repeater_mqtt
|
||||||
bash build.sh build-firmware T_Beam_S3_Supreme_SX1262_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`
|
- `variants/eastmesh_mqtt/platformio.ini`
|
||||||
- `examples/simple_repeater/MyMesh.cpp`
|
- `examples/simple_repeater/MyMesh.cpp`
|
||||||
- `src/helpers/mqtt/MQTTUplink.cpp`
|
- `src/helpers/mqtt/MQTTUplink.cpp`
|
||||||
- `docs/*.md`
|
- `meshcoretel-docs/*.md`
|
||||||
- `RELEASE.md`
|
- `RELEASE.md`
|
||||||
- `release-notes.yml`
|
- `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:
|
If you change any of the following, update docs in the same PR when practical:
|
||||||
|
|
||||||
- Web-panel commands:
|
- Web-panel commands:
|
||||||
- update `docs/custom-cli.md`
|
- update `meshcoretel-docs/custom-cli.md`
|
||||||
- Web-panel user-facing behavior, sections, controls, or troubleshooting:
|
- 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:
|
- EastMesh CLI additions or changed semantics:
|
||||||
- update `docs/custom-cli.md`
|
- update `meshcoretel-docs/custom-cli.md`
|
||||||
- Release/tag preparation:
|
- Release/tag preparation:
|
||||||
- update `release-notes.yml`
|
- update `release-notes.yml`
|
||||||
- Flashing/release asset guidance:
|
- Flashing/release asset guidance:
|
||||||
- update `docs/releases.md`
|
- update `meshcoretel-docs/releases.md`
|
||||||
|
|
||||||
## Repeater MQTT Notes
|
## Repeater MQTT Notes
|
||||||
|
|
||||||
|
|||||||
|
Prima Larghezza: | Altezza: | Dimensione: 80 KiB Dopo Larghezza: | Altezza: | Dimensione: 80 KiB |
|
Prima Larghezza: | Altezza: | Dimensione: 83 KiB Dopo Larghezza: | Altezza: | Dimensione: 83 KiB |
|
Prima Larghezza: | Altezza: | Dimensione: 89 KiB Dopo Larghezza: | Altezza: | Dimensione: 89 KiB |
|
Prima Larghezza: | Altezza: | Dimensione: 116 KiB Dopo Larghezza: | Altezza: | Dimensione: 116 KiB |
|
Prima Larghezza: | Altezza: | Dimensione: 450 B Dopo Larghezza: | Altezza: | Dimensione: 450 B |
@@ -4,7 +4,8 @@ site_description: "Документация по специфичным для M
|
|||||||
|
|
||||||
repo_name: VBart/MeshCoreTel-firmware
|
repo_name: VBart/MeshCoreTel-firmware
|
||||||
repo_url: https://github.com/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:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
|||||||