Skip to content

Commit f56b839

Browse files
authored
Merge branch 'wled:main' into main
2 parents c25a069 + d70018a commit f56b839

35 files changed

+5
-1853
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Always reference these instructions first and fallback to search or bash command
88

99
### Initial Setup
1010
- Install Node.js 20+ (specified in `.nvmrc`): Check your version with `node --version`
11-
- Install dependencies: `npm install` (takes ~5 seconds)
11+
- Install dependencies: `npm ci` (takes ~5 seconds)
1212
- Install PlatformIO for hardware builds: `pip install -r requirements.txt` (takes ~60 seconds)
1313

1414
### Build and Test Workflow
@@ -135,4 +135,4 @@ The GitHub Actions workflow:
135135
4. Compiles firmware for multiple hardware targets
136136
5. Uploads build artifacts
137137

138-
Match this workflow in your local development to ensure CI success.
138+
Match this workflow in your local development to ensure CI success.

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ lib_deps =
143143
makuna/NeoPixelBus @ 2.8.3
144144
#https://github.com/makuna/NeoPixelBus.git#CoreShaderBeta
145145
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
146+
marvinroger/AsyncMqttClient @ 0.9.0
146147
# for I2C interface
147148
;Wire
148149
# ESP-NOW library

wled00/data/settings_2D.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
Sf[`P${p}H`].value = ph;
108108
}
109109
}
110+
UI(); // Update the preview after generating panels
110111
}
111112

112113
function expand(o,i)

0 commit comments

Comments
 (0)