Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump third_party/pigweed/repo from 2bfd28c to f8f2c9b #22

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps third_party/pigweed/repo from 2bfd28c to f8f2c9b.

Commits
  • f8f2c9b pw_env_setup: Remove dir_virtual_env GNI variable
  • 20cdc45 pw_arduino_build: Use new CIPD GN variables
  • eaa538e pw_env_setup: Rename GNI variables
  • 5b01547 roll: host_tools
  • 51d7537 roll: cmake
  • 8247e1e pw_build: Include Python setup sources in _package_metadata
  • cdb1629 pw_build: Python package fixes
  • 4441396 pw_hdlc: Remove rpc_console.py
  • 71b85f8 pw_log_rpc: Fix out-of-range memory access
  • 07a61cc pw_protobuf: Add StreamEncoder::CloseEncoder
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `2bfd28c` to `f8f2c9b`.
- [Release notes](https://github.com/google/pigweed/releases)
- [Commits](google/pigweed@2bfd28c...f8f2c9b)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #23.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/submodules/third_party/pigweed/repo-f8f2c9b branch August 1, 2022 18:57
mkardous-silabs pushed a commit that referenced this pull request Oct 24, 2022
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request Nov 2, 2022
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request Dec 14, 2022
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request Dec 14, 2022
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request May 2, 2023
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request Jan 29, 2024
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
mkardous-silabs pushed a commit that referenced this pull request Jan 29, 2024
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs

Squashed commit of the following:

commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:55:35 2022 -0400

    🔨 If value is greater than max level, set to max level.

commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Fri Aug 5 16:52:40 2022 -0400

    🐛 Return if wrong level value is received.

commit c639c6b6f205763c4b97e5abf557ac3c86295f6c
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 19:40:13 2022 -0400

    🎨 Remove color enum. Use color struct.

commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Thu Aug 4 14:37:38 2022 -0400

    ⛳ Remove all endpoints from the code.

commit f45cf02c47e4508802fe0dcb6e764debe8a9e404
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 19:01:32 2022 -0400

    ✨ Remove useless callback.

commit da69394d72f7febe170278fb5bbba652f8d2655b
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 18:48:15 2022 -0400

    📬 Post Light Control event using PostEvent. Remove LightControl Callback.

commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Aug 3 14:43:48 2022 -0400

    🎨 Use current level as the parameter value in the HSV to RGB conversion.

commit 11e02cdd7b1312f8737817974989502d08d53c4e
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Tue Aug 2 19:49:27 2022 -0400

    ✨ Code improvements.

commit 40e9fa1c8d37a18dfd5218307582c0d215e01021
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Mon Jul 25 12:22:31 2022 -0400

    🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light.

commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:20:07 2022 -0400

    🎨 Scale color with current level.

commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Sun Jul 24 19:18:59 2022 -0400

    🐛 Fix Hardfault in LightingManager.cpp.

commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d
Author: Elfelsoufi-SiLabs <moaminee@silabs.com>
Date:   Wed Jul 20 14:29:51 2022 -0400

    🐛 Bugfix for Light Level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants