From 1de8509b486268509b95d53a0523bd900cef9d6c Mon Sep 17 00:00:00 2001 From: Nosen92 Date: Thu, 14 Dec 2023 14:00:44 +0100 Subject: [PATCH] Added Dell 240W charger for Dell TB16 dock --- examples/DS2502_DELLCHG/DS2502_DELLCHG.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/DS2502_DELLCHG/DS2502_DELLCHG.ino b/examples/DS2502_DELLCHG/DS2502_DELLCHG.ino index 95b80ba..4d6d034 100644 --- a/examples/DS2502_DELLCHG/DS2502_DELLCHG.ino +++ b/examples/DS2502_DELLCHG/DS2502_DELLCHG.ino @@ -38,6 +38,9 @@ constexpr const char *charger65W = "DELL00AC065195033CN05U0927161552F31B8A03\xB constexpr const char *charger90W = "DELL00AC090195046CN0C80234866161R23H8A03\x4D\x7C"; // I made this up, works with Dell Inspiron 15R N5110 and Dell Inspiron 15R 5521 constexpr const char *charger130W = "DELL00AC130195067CN0CDF577243865Q27F2233\x9D\x72"; +// 240W tested on Dell 9380 via Dell TB16 dock +constexpr const char* charger240W = "DELL00AC240195123CN0FWCRC4866165H3M9PA05\x9F\xA3"; + auto hub = OneWireHub(pin_onewire); auto dellCH = DS2502(