LordGrey
a5bb7e905b
Fix non image updates ignore blacklisted leds ( #1635 )
...
* Fix #1634
* Refactor to process blacklisted LEDs with less resources
2023-08-26 11:12:43 +02:00
LordGrey
d1879c2e39
ws281x - Update logic to identify is user is admin ( #1623 )
2023-08-03 22:40:25 +02:00
LordGrey
c0dc08b0c0
Update to Protobuf 23.4.0 ( #1626 )
...
* Update to protobuf v23.4.0
* Add defines for 3rd party sub-modules used by protobuf
* Check out sub-modules recursively
2023-07-29 19:28:51 +02:00
LordGrey
5bf25c98ad
Update mbedTLS to v3.4.0 ( #1625 )
2023-07-29 19:28:39 +02:00
LordGrey
da275dd448
Update flatbuffers to v23.5.26 ( #1624 )
2023-07-29 19:28:28 +02:00
Paulchen-Panther
1257cfff70
Set OpenSSL to 1.1.1 (Windows)
2023-07-21 18:59:23 +00:00
LordGrey
42c98da470
Update platforms ( #1617 )
...
* Remove stretch, bionic, add lunar
* Fix CEC CMakeList for Ubuntu 23.04
* Fix git version identification when run in docker and local code
* Update SYSTEM_LIBS_SKIP list
* Updates after Ubuntu Server 20.04, latest PI OS Light and CoreElec 20
* Update year
* Skip List working with Fedora38 Server (x86) and libreElec 11 (x86)
* Update platform tag handling
* Show error, if ssl lib cannot be found
* Update supported platforms
* Script to install selected Pull Requests
* Fix misspelled explanation + improve description
* Correct run-id evaluation
* Support python3 and python2
* Support to copy existing config for PR testing
2023-07-21 16:45:37 +02:00
LordGrey
64642a4457
Fix WLED UI handling non supported segment streaming ( #1610 )
2023-07-10 20:39:35 +02:00
Christoph Pohl
af1a31b842
Update dependencies for Debian Bookworm ( #1613 )
2023-06-25 10:34:47 +02:00
dependabot[bot]
a7ce0f8a4c
Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 ( #1608 )
...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases )
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-11 20:42:35 +02:00
Paulchen-Panther
00ce3ff089
Update Discord Invite
2023-05-29 21:43:28 +02:00
Paulchen-Panther
54d03b8065
added workflow_dispatch
...
to allow the bot to create the APT repository itself
2023-05-14 16:29:57 +02:00
lsellens
2a17de37f1
fix for matrix effect ( #1602 )
2023-05-11 21:11:33 +02:00
LordGrey
5535b884bf
Fixes ( #1605 )
...
* Correct misleading Error messages
* Fix that Audio Capture is not shown when there is no screen nor video grabber
* Fix - Audio Capture enabled after reboot automatically (#1581 )
2023-05-07 14:04:45 +02:00
Hyperion-Bot
79b31e16e0
Update submodule rpi_ws281x
2023-04-26 00:22:19 +00:00
LordGrey
757fd39982
Refactor ftdi provider
2023-04-11 19:59:22 +00:00
LordGrey
d8fbfd24a9
Reduce ftdi_write_data call count from 3 to 1
2023-04-08 23:04:25 +00:00
LordGrey
82aba826a4
Remove L0
2023-04-08 19:18:08 +00:00
LordGrey
d3e8d3a341
Add wait in close()
2023-04-08 10:55:40 +00:00
LordGrey
ba6feb81ce
Check _ftdic for null
2023-04-08 10:09:31 +00:00
LordGrey
db903cb539
Reset mpsse on close and properly free _ftdic
2023-04-07 23:50:57 +00:00
LordGrey
20409c1cc1
Do not reset mpsee engine on close
2023-04-07 13:51:19 +00:00
dependabot[bot]
e3496eb4dc
Bump SamKirkland/FTP-Deploy-Action from 4.3.3 to 4.3.4 ( #1598 )
...
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/SamKirkland/FTP-Deploy-Action ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/SamKirkland/FTP-Deploy-Action/releases )
- [Commits](https://github.com/SamKirkland/FTP-Deploy-Action/compare/4.3.3...v4.3.4 )
---
updated-dependencies:
- dependency-name: SamKirkland/FTP-Deploy-Action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 17:25:49 +02:00
LordGrey
916b3f3ba7
Simplify discovery with proper string initialization
2023-04-02 14:31:04 +00:00
LordGrey
349bbadd8e
Support addressing device via SerialNumber and handle add more error handlingin discovery
2023-04-02 12:55:27 +00:00
LordGrey
26f32a0101
Minor update
2023-04-02 12:53:27 +00:00
LordGrey
5586381a68
Update Sk6812 baud range and ensure range in UI
2023-04-02 12:53:03 +00:00
LordGrey
6941f4c4f7
Add wait in close()
2023-03-31 14:04:45 +00:00
LordGrey
1d6b620d88
Refactor device identifier
2023-03-27 22:33:09 +00:00
Paulchen-Panther
08e7c7d8c2
[HotFix] Supplement to the PR #1570 - Fix Issue #1596
2023-03-27 20:54:34 +02:00
LordGrey
c800235ef6
Fix spaces
2023-03-27 18:49:11 +00:00
LordGrey
dce599e64d
Add libftdi1-dev to CompileHowto.md
2023-03-27 16:00:40 +00:00
LordGrey
af8457d5f1
Add libftdi1-dev to codeql.yml
2023-03-27 15:55:54 +00:00
LordGrey
56d136f5cb
Removeing "format": "stepper",
2023-03-27 15:41:41 +00:00
LordGrey
b467c7e8fd
Refactor labels
2023-03-27 15:41:18 +00:00
LordGrey
184b173dec
Fix CMakeLists.txt
2023-03-27 15:35:33 +00:00
LordGrey
0dd56206cf
Fix wording
2023-03-27 15:33:58 +00:00
LordGrey
0d67ed3248
Fix ENABLE_DEV_FTDI
2023-03-27 15:32:29 +00:00
LordGrey
b631dd22d9
Disable default ftdi for windows
2023-03-26 19:59:05 +00:00
LordGrey
b1e6b8efdd
Change wording
2023-03-26 19:36:29 +00:00
LordGrey
77da8be5cd
Refactor _brightnessControlMaxLevel
2023-03-26 19:35:34 +00:00
LordGrey
cbb43dfa5a
Remove commen
2023-03-26 19:34:06 +00:00
LordGrey
bc560b90d6
Add setting to log
2023-03-26 19:33:14 +00:00
LordGrey
7bf2ad2cbf
Refactor device identifiers
2023-03-26 19:30:32 +00:00
LordGrey
af65f6f128
Remove close delay
2023-03-26 18:44:19 +00:00
LordGrey
040b45d7ea
Remove openDevice
2023-03-26 18:42:32 +00:00
LordGrey
f7c6c13f2a
Typo
2023-03-26 18:41:26 +00:00
LordGrey
d5dc60db31
Remove auto discovery
2023-03-26 18:38:24 +00:00
LordGrey
e6f6954f1a
Remove redundant validation
2023-03-26 18:36:35 +00:00
LordGrey
20bd8edb5f
Refactor schemas
2023-03-26 18:35:35 +00:00