+ Fixup: Move credit to COPYRIGHT.md for BQ27220

This commit is contained in:
Dominic Höglinger 2025-07-20 20:55:42 +02:00
parent adec22bfe7
commit da190e7803
2 changed files with 6 additions and 5 deletions

View File

@ -53,6 +53,12 @@ Website: https://github.com/meshtastic/firmware
License: [GPL v3.0](https://github.com/meshtastic/firmware/blob/master/LICENSE)
### BQ27220 Driver
Website: https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE
License: [MIT](https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE)
### Other Components
See `/components` for the respective projects and their licenses.

View File

@ -20,11 +20,6 @@ private:
template<typename T>
bool performConfigUpdate(T configUpdateFunc)
{
// Configuration routine lifted from
// https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/lib/SensorLib/src/GaugeBQ27220.hpp
// Copyright (c) 2025 lewis he
// SPDX-License-Identifier: MIT
bool isSealed = false;
if (!configPreamble(isSealed)) {