From 9f2b8709ba683cf759c0783d5d3d7f0e101da871 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 13 Jul 2023 18:52:44 +0200 Subject: [PATCH] Fix url, it's i2c not uart --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 9d9f896..0654250 100644 --- a/library.properties +++ b/library.properties @@ -4,7 +4,7 @@ author=Sensirion maintainer=Sensirion sentence=Library for the SVM4x evaluation kit board by Sensirion. paragraph=Enables you to use the SVM4x via I2C. The SVM4x evaluation kit covers evaluation of the SGP40 and SGP41 sensors. -url=https://github.com/Sensirion/arduino-uart-svm4x +url=https://github.com/Sensirion/arduino-i2c-svm4x category=Sensors depends=Sensirion Core includes=SensirionI2CSvm41.h