Merge branch 'V5' into V5-C6

This commit is contained in:
Frank
2026-03-30 11:52:55 +02:00
2 changed files with 13 additions and 1 deletions

View File

@@ -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, preparations for next release 16.0.0
0_15_x # maintainance (bugfixes only) for current release 0.15.4
(tag) v0.14.4 # previous version 0.14.4 (no maintainance)
(tag) v0.13.3 # old version 0.13.3 (no maintainance)
(tag) v0. ... . ... # historical versions 0.12.x and before
```
### Repository Structure
```
wled00/ # Main firmware source (C++)

View File

@@ -6,7 +6,7 @@
#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>
#include <ESP32-VirtualMatrixPanel-I2S-DMA.h>
#include <FastLED.h>
#include "src/dependencies/fastled_slim/fastled_slim.h"
#endif
/*