mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 08:32:44 +00:00
moving stuff around
This commit is contained in:
25
.github/copilot-instructions.md
vendored
25
.github/copilot-instructions.md
vendored
@@ -78,6 +78,18 @@ After making changes to web UI, always test:
|
||||
|
||||
## Common Tasks
|
||||
|
||||
### Project Branch / Release Structure
|
||||
```
|
||||
main # Main development trunk (daily/nightly) 17.0.0-dev
|
||||
├── V5 # special branch: code rework for esp-idf 5.5.x (unstable)
|
||||
├── V5-C6 # special branch: integration of new MCU types: esp32-c5, esp32-c6, esp32-p4 (unstable)
|
||||
16_x # current beta (feature freeze) for next release 16.x.y
|
||||
0_15_x # maintainance (bugfixes only) for current release 0.15.x
|
||||
(tag) v0.14.4 # previous version 0.14.4 (no maintainance)
|
||||
(tag) v0.13.3 # old version 0.13.4 (no maintainance)
|
||||
(tag) v0. ... . ... # historical versions 0.12.x and before
|
||||
```
|
||||
|
||||
### Repository Structure
|
||||
```
|
||||
wled00/ # Main firmware source (C++)
|
||||
@@ -95,19 +107,6 @@ package.json # Node.js dependencies and scripts
|
||||
.github/workflows/ # CI/CD pipelines
|
||||
```
|
||||
|
||||
### Project Branch / Release Structure
|
||||
```
|
||||
main # Main development source (daily/nightly 17.0.x)
|
||||
├── V5 # special branch: code rework for esp-idf 5.5.x (unstable)
|
||||
├── V5-C6 # special branch for integration of new MCU types: esp32-c5, esp32-c6, esp32-p4 (unstable)
|
||||
16_x # current beta (feature freeze) for next release 16.x.y
|
||||
0_15_x # maintainance (bugfixes only) for current release 0.15.x
|
||||
(tag) v0.14.4 # previous version 0.14.4 (no maintainance)
|
||||
(tag) v0.13.3 # old version 0.13.4 (no maintainance)
|
||||
(tag) v0. ... . ... # historical versions 0.12.x and older
|
||||
```
|
||||
|
||||
|
||||
### Key Files and Their Purpose
|
||||
- `wled00/data/index.htm` - Main web interface
|
||||
- `wled00/data/settings*.htm` - Configuration pages
|
||||
|
||||
Reference in New Issue
Block a user