diff --git a/COPYRIGHT.md b/COPYRIGHT.md index 671b0ceb..381a1d5d 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -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. diff --git a/Drivers/BQ27220/Source/Bq27220.h b/Drivers/BQ27220/Source/Bq27220.h index 0054bf32..be96f551 100644 --- a/Drivers/BQ27220/Source/Bq27220.h +++ b/Drivers/BQ27220/Source/Bq27220.h @@ -20,11 +20,6 @@ private: template 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)) {