Will Tatam
faadb67eb0
update changelog for 2412100
v0.15.0
2024-12-10 20:20:28 +00:00
Will Tatam
a111a2e7a1
update version to 0.15.0
2024-12-10 20:13:12 +00:00
netmindz
32864d8986
update version to 0.15.0
2024-12-10 18:54:39 +00:00
netmindz
d7bebc2659
Merge pull request #4360 from euphi/patch-1
...
Usermod BME280: Fix "Unit of Measurement" for temperature
2024-12-10 08:07:24 +00:00
Blaž Kristan
af410ae2d0
WiFi reconnect bugfix
...
- additional debug info
2024-12-09 23:06:21 +00:00
Will Tatam
1891cc816f
Merge branch '0_15_0' of https://github.com/Aircoookie/WLED into 0_15_0
2024-12-09 09:33:33 +00:00
Ian Hubbertz
9a4073e606
Fix "Unit of Measurement" for BME280 temperature
...
The Unit of Measurement ("tempScale") of the MQTT message is set for each published measurement - but not for the homeassistant discovery.
Thus, openhab (and mabye other systems?) don't recognize the value as "Number" - so it uses String instead. This is somehow annoying when trying to configure the sensor channel to be linked to an existing item in OpenHAB.
(Items that are created automatically or with "Add point to model" can be configured in a way that the String is transformed to Number or Number:Temperature, but existing Items cannot be linked).
When a "Unit of Measurement" is set in HomeAssistant discovery, the HA binding of OpenHAB notices that the MQTT String is a number and automatically converts it.
2024-12-07 21:33:46 +01:00
Damian Schneider
b78229d1e2
Fix update for #4193 (twinkle fox & cat)
...
- previous fix worked but there was still an overflow after some time passed. there were still missing roll-overs apparently: reverting these two variables back to 16bit/8bit should fix it for good.
2024-12-05 06:49:17 +01:00
Damian Schneider
71b242874f
Fix for #4193 (twinkle fox & cat)
2024-12-04 20:39:19 +01:00
Will Tatam
9328e6faca
Merge branch '0_15_0' of https://github.com/Aircoookie/WLED into 0_15_0
v0.15.0-rc.1
2024-11-30 12:07:46 +00:00
netmindz
bbacc2daae
Merge pull request #4287 from netmindz/v0.15.0-rcX
...
0.15.0-rc1
2024-11-30 11:42:46 +00:00
Will Tatam
3e22f9cabb
Merge branch '0_15' into 0_15_0
2024-11-30 11:39:13 +00:00
Will Miles
a121f5b61b
Merge pull request #4286 from blazoncek/xml-bugfix
...
xml comma bugfix + few string optimisations
2024-11-28 09:48:29 -05:00
Frank
251062170e
Merge pull request #4324 from dosipod/0_15
...
Update settings_sec.htm [Fix the warning text and Backup presets button misalignment]
2024-11-28 12:22:46 +01:00
Damian Schneider
92e59af4d8
Merge pull request #4181 from DedeHai/0_15_trig_math
...
Added integer based `sin()/cos()` functions, changed all trig functions to wled_math
2024-11-27 22:27:56 +01:00
Damian Schneider
fa4c23b76e
minor improvement
2024-11-27 22:23:48 +01:00
Damian Schneider
a0a46850f5
Merge remote-tracking branch 'upstream/0_15' into 0_15_trig_math
2024-11-27 22:22:50 +01:00
Damian Schneider
4cd0563a93
changed 90° offset to hex, fixed potential bug in FX using sin/cos with incrementing number
...
- sin/cos calls with incrementing numbers can lead to bad outcomes, the functions (_approx or original sinf/cosf) return bad values for very large float inputs
2024-11-27 21:53:32 +01:00
netmindz
b83f0f461c
Merge pull request #4263 from DedeHai/palette_FX_fix
...
fixed palette FX to more closely match original 1D version
2024-11-27 19:48:00 +00:00
Will Miles
685ad83d4b
PolyBus: Clarify use of clock_kHz
...
While not used by most bus types, it's not an optional parameter.
2024-11-27 19:36:16 +00:00
Will Miles
62ddb18a1a
BusDigital::begin: Pass clock rate argument
...
Fixes bug introduced by #4312 .
2024-11-27 19:36:01 +00:00
netmindz
3668ede0ff
Merge pull request #4327 from willmmiles/4312-missing-clock
...
Fix missing clock setting introduce by #4312
2024-11-27 19:35:19 +00:00
Blaž Kristan
6a12378475
Fix for #4321
2024-11-27 19:33:29 +00:00
netmindz
945584384a
Merge pull request #4328 from blazoncek/clarify
...
Fix for #4321 - unclear use of comma operator
2024-11-27 19:31:53 +00:00
Blaž Kristan
b1dd27b516
Fix for #4321
2024-11-27 16:08:10 +01:00
Will Miles
dcba1aad10
PolyBus: Clarify use of clock_kHz
...
While not used by most bus types, it's not an optional parameter.
2024-11-27 09:05:10 -05:00
Will Miles
acc8b9cdbc
BusDigital::begin: Pass clock rate argument
...
Fixes bug introduced by #4312 .
2024-11-27 09:00:25 -05:00
Blaž Kristan
d26b3108da
Fix for #4300
2024-11-27 11:04:52 +00:00
Will Tatam
6cbdd825eb
Revert "Cache always misses for tags, so save space and do not save back"
...
This reverts commit cc55f6015dfff436cb4ff3f595ae53695393f8b3.
2024-11-27 10:59:23 +00:00
Will Tatam
cc55f6015d
Cache always misses for tags, so save space and do not save back
2024-11-27 10:56:53 +00:00
Will Tatam
c89e4576b4
Dedicated release workflow
2024-11-27 10:42:38 +00:00
Will Tatam
bc79f44a26
workflow refactor to used shared build file
2024-11-27 10:42:29 +00:00
Will Tatam
7ece14ff3f
rename workflow ready for workflow refactor
2024-11-27 10:42:19 +00:00
Will Tatam
95718ab6ec
Dedicated release workflow
2024-11-27 10:36:18 +00:00
Will Tatam
feab27295d
workflow refactor to used shared build file
2024-11-27 10:36:18 +00:00
Will Tatam
ca176c7549
rename workflow ready for workflow refactor
2024-11-27 10:36:18 +00:00
netmindz
f8a7a0d6e8
Merge pull request #4326 from blazoncek/com-fix
...
Fix for #4300 - removal of color order override
2024-11-27 10:01:22 +00:00
Damian Schneider
1a8aaa3b26
Speed improvements, commented legacy _t trig functions
...
- speed improvement: by default M_TWOPI is treated as a double float
- directly calling sin16_t in cos_approx() saves a lot of overhead
2024-11-26 20:32:39 +01:00
Blaž Kristan
cd1c13b4b1
Fix for #4300
2024-11-26 19:35:15 +01:00
AlDIY
d87c5035dd
Update settings_sec.htm
2024-11-26 19:33:22 +03:00
netmindz
77967731d5
Merge pull request #4227 from ingDIY/pr_branch
...
fixed refs to removed usermod USERMOD_FOUR_LINE_DISPLAY
2024-11-26 09:15:31 +00:00
netmindz
0b54034470
Merge pull request #4284 from blazoncek/search-keep
...
Keep selected FX visible while searching
2024-11-26 09:10:14 +00:00
Will Tatam
0b3643132b
Update to 2411250
2024-11-25 23:47:41 +00:00
Will Tatam
a5693fbf8d
Merge branch '0_15_0' into v0.15.0-rcX
2024-11-25 23:45:34 +00:00
maxi4329
5c5b70f52b
version changed to 20
2024-11-25 23:34:27 +00:00
maxi4329
ae97e388a6
indened formating
2024-11-25 23:34:20 +00:00
maxi4329
37cddcaacc
specified required nodejs ver
2024-11-25 23:34:13 +00:00
Will Miles
a1b332fc78
handleSet: Fix incorrect response generation
...
Don't generate a response if there's no HTTP request.
Fixes #4269
2024-11-25 23:33:53 +00:00
Frank
86d7c24513
rename delay -> frameDelay
...
Avoiding name collisions with the 'delay' function.
2024-11-25 23:32:27 +00:00
Damian Schneider
b28add3b8b
Added define for bitshift, removed dithering
...
dithering is not really needed, the FPS_MULTIPLIER is a much better option.
2024-11-25 23:31:17 +00:00