From a3a7cad35f239116e7ad2bc9a6c6969ed47091e5 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Fri, 8 Dec 2023 11:17:39 +0000 Subject: [PATCH] fix: PCT2075 URL --- components/i2c/pct2075/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i2c/pct2075/definition.json b/components/i2c/pct2075/definition.json index 7203e47b..510f8720 100644 --- a/components/i2c/pct2075/definition.json +++ b/components/i2c/pct2075/definition.json @@ -1,7 +1,7 @@ { "displayName": "PCT2075", "vendor": "NXP", - "productURL": "https://www.adafruit.com/product/4367", + "productURL": "https://www.adafruit.com/product/4369", "documentationURL": "https://learn.adafruit.com/adafruit-pct2075-temperature-sensor", "published": true, "i2cAddresses": [ "0x48", "0x49", "0x4A", "0x4B", "0x4C", "0x4D", "0x4E", "0x4F", "0x70", "0x71", "0x72", "0x73", "0x74", "0x75", "0x76", "0x77", "0x28", "0x29", "0x2A", "0x2B", "0x2C", "0x2D", "0x2E", "0x2F", "0x35", "0x36", "0x37" ],