We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d62d9 commit 34d5071Copy full SHA for 34d5071
1 file changed
.github/copilot-instructions.md
@@ -95,6 +95,17 @@ package.json # Node.js dependencies and scripts
95
.github/workflows/ # CI/CD pipelines
96
```
97
98
+### Project Branch / Release Structure
99
+```
100
+main # Main development source (daily/nightly 17.0.x)
101
+ ├── V5 # special branch: code rework for esp-idf 5.5.x (unstable)
102
+ ├── V5-C6 # special branch for integration of new MCU types: esp32-c5, esp32-c6, esp32-p4 (unstable)
103
+16_x # current beta (feature freeze) for next release 16.x.y
104
+0_15_x # maintainance (bugfixes only) for current release 0.15.x
105
+(tag) v0.14.4 # previous version 0.14.4 (no maintainance)
106
107
+
108
109
### Key Files and Their Purpose
110
- `wled00/data/index.htm` - Main web interface
111
- `wled00/data/settings*.htm` - Configuration pages
0 commit comments