Frank
5b3cc753e2
partition files for use with ADAFRUIT boards
...
these partition files preserve the special "UF2" bootloader that is necessary for adafruit -S2 and -S3 boards.
2025-11-22 18:06:02 +01:00
Damian Schneider
f0f12e77ad
New file editor ( #4956 )
...
- no mendatory external JS dependency, works in offline mode
- optional external dependency is used for highlighting JSON, plain text edit is used if not available
- WLED styling (dark mode only)
- JSON files are displayed "prettyfied" and saved "minified"
- JSON color highlighting (if available)
- JSON verification during edit and on saving both in online and offline mode
- special treatment for ledmap files: displayed in aligned columns (2D) or as lines (1D), saved as minified json: no more white-space problems
- displays file size and total flash usage
2025-11-09 08:32:45 +01:00
copilot-swe-agent[bot]
a073bf32e4
Implement OTA release compatibility checking system
...
Implement a comprehensive solution for validating a firmware before an
OTA updated is committed. WLED metadata such as version and release
is moved to a data structure located at near the start of the firmware
binary, where it can be identified and validated.
Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com >
2025-10-06 21:50:23 -04:00
Michael Bisbjerg
9152d9d2ed
Accept change by coderabbit, move only 2xx files
2025-09-22 21:16:02 +02:00
Michael Bisbjerg
5a4a50415e
Merge branch 'wled:main' into lordmike/wled-tools-backup-ir
2025-09-22 20:52:28 +02:00
Michael Bisbjerg
640d0ee133
Updates
2025-09-22 20:52:08 +02:00
Damian Schneider
529edfc39b
"unrestricted" number of custom palettes ( #4932 )
...
- allow more than 10 custom palettes
- move palettes into CPP file
- Fix for minimizing cpal.htm (saves 2k of flash)
- shortened names in cpal, saves about 400 bytes of Flash after packing
- removed async from common.js loading to prevent errors on page loads if the file is not cached
- restricted nubmer of user palettes on ESP8266 to 10
- unrestricted number of user palettes on all other platforms (total max palettes: 256)
- added a warning when adding more than 10 palettes to let the user decide to risk it
- Bugfixes in palette enumeration, fixed AR palette adding
- AR palettes are now also added if there are more than 10 custom palettes
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si >
2025-09-22 20:09:54 +02:00
Michael Bisbjerg
4bfc9a9514
Add backing up of ir.json to wled-tools
2025-09-22 19:01:52 +02:00
Michael Bisbjerg
88aa8e8178
Add note on avahi-utils
2025-04-11 16:15:52 +02:00
Michael Bisbjerg
81b74227fa
Set executable
2025-04-06 01:20:24 +02:00
Michael Bisbjerg
9e96bd6705
Add help examples, header
2025-04-06 01:17:44 +02:00
Michael Bisbjerg
5203c3927f
Update tools/wled-tools
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-06 01:11:20 +02:00
Michael Bisbjerg
bc099baeb1
Guard against hostnames/avahi responses with spaces
2025-04-06 01:10:27 +02:00
Michael Bisbjerg
646ec30ae5
Implement error checking for curl; add checks for required param args
2025-04-06 01:07:40 +02:00
Michael Bisbjerg
dc5eaf3ae9
Rename file
2025-04-03 21:46:58 +02:00
Michael Bisbjerg
6f5482782b
Update wled-tools.sh
2025-03-29 21:38:31 +01:00
Michael Bisbjerg
8a6e3a9898
Update wled-tools.sh
2025-03-29 18:20:29 +01:00
Michael Bisbjerg
0139c34ec2
Rename script in help text
2025-03-29 14:10:33 +01:00
Michael Bisbjerg
ff3680813c
Create wled-tools.sh
...
Per discussion, add a discover-fueled tool to update/backup wled devices in the local network.
2025-03-29 14:08:23 +01:00
netmindz
f396dac1cc
Merge pull request #4266 from w00000dy/cdata
...
Migrate from inliner to web-resource-inliner
2025-03-11 22:14:03 +00:00
maxi4329
aa3fb7d165
update links to point to the new repo
2025-02-15 20:07:41 +01:00
Woody
af3ebbb3c2
Merge branch 'main' into cdata
2025-02-01 22:51:02 +01:00
Will Miles
2181618357
stress_test: Add replicated index as a target
...
No locking contention, but a much larger target
2025-01-23 19:10:43 -05:00
netmindz
ad65856b3d
Merge pull request #4018 from Brandon502/main
...
Added Cube Mapping Tool
2025-01-16 13:03:22 +00:00
Woody
5de86d3d91
fix problem with spaces
2024-11-09 23:55:09 +01:00
Woody
4b6041302e
fix #4166
2024-11-09 21:59:52 +01:00
Frank
6f221852a2
partition file for 512Kb Filesystem, 1.7MB Program
...
the missing link between 256KB (very small FS) and 700KB (only 100KB extra program)
2024-09-28 18:25:16 +02:00
Will Miles
1346eb4f76
tools: Add all_xml fetch script
...
Useful for checking that I haven't broken anything.
2024-09-18 19:47:52 -04:00
Blaz Kristan
ceed494cf7
Introduce common.js in settings pages
2024-09-17 16:26:11 +02:00
Will Miles
5582bbac60
stress_test: Add code for logging responses
2024-08-04 13:47:37 -04:00
Will Miles
509cbdf476
Add UDP test code
...
Courtesy of @_tvk_ on Discord
2024-08-04 09:57:01 -04:00
Will Miles
5a6ebd6657
stress_test: Allow replication argument
2024-08-04 09:57:01 -04:00
Will Miles
541d3f286a
stress_test: Make it worse
...
Read 40 copies!
2024-08-04 09:57:01 -04:00
Will Miles
0191af412b
stress_test: Add small JSON target
...
Good for measuring quick response performance
2024-08-04 09:57:01 -04:00
Will Miles
abcd2a2d01
tools/stress_test: Allow command line target spec
2024-08-04 09:57:01 -04:00
Will Miles
91efcb910b
stress_test: Add a larger JSON target
2024-08-04 09:57:01 -04:00
Will Miles
e9b7320d1c
Add preliminary web stress test script
2024-08-04 09:57:01 -04:00
Brandon502
b9849da66e
Added Cube Mapping tool
2024-06-08 13:16:56 -04:00
Frank
0d3ea848c2
"big partition" added - 300KB FS and coredump support(from WLEDMM)
2024-04-23 15:27:44 +02:00
Blaz Kristan
5c502b1fe4
Bump arduinoFFT, organise partitions
2024-04-17 22:49:33 +02:00
Woody
78b37b592e
backup & restore package.json in cdata tests
2024-04-02 20:59:31 +02:00
Woody
4db88cf86b
update cdata.js to rebuild if package.json changes
2024-04-02 20:38:56 +02:00
Woody
a7e17eabff
add cdata test for package.json & fix a small bug
2024-04-02 20:12:14 +02:00
Blaz Kristan
5f37c19d42
PSRAM fix & CCT IC
...
- prevent PSRAM use on ESP32 rev.1 without compile fix
- add runtime selection for CCT IC (Athom 15W bulb)
2024-03-28 16:03:06 +01:00
Woody
23d8000239
Remove accidental space in cdata.js
2024-03-24 14:34:17 +01:00
Woody
c32ee40ca0
add node: prefix to Core modules
...
The node: prefix makes it clear that you’re importing a built-in module, not a user-defined or third-party module. This can help avoid confusion.
2024-03-24 14:19:49 +01:00
Christian Schwinne
215ba35fe1
Make ASCII art in build script more like WLED logo
2024-03-09 20:56:14 +01:00
Woody
783a4d3996
old line break style
2024-01-18 21:23:29 +01:00
Woody
ddfe925f8c
rename test
2024-01-18 21:23:29 +01:00
Woody
1735bcab21
fix wled banner color in cdata.js
2024-01-18 21:23:29 +01:00