From da190e7803c85ddb4db2fec66bc12e745091e8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20H=C3=B6glinger?= Date: Sun, 20 Jul 2025 20:55:42 +0200 Subject: [PATCH] + Fixup: Move credit to COPYRIGHT.md for BQ27220 --- COPYRIGHT.md | 6 ++++++ Drivers/BQ27220/Source/Bq27220.h | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) 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)) {