From 9d0171f20232430efacb48aad5013216ac037631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20=C3=87olak?= Date: Thu, 26 Feb 2026 11:03:37 +0100 Subject: [PATCH] Update TPUart dependency to version 1.0.5 TPUart: New in 1.0.5 - Add SOC_UART_HP_NUM check before initializing UART2 task (prevents runtime/build errors on esp targets without UART2) --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 9aa1f542..9ad7eece 100644 --- a/library.json +++ b/library.json @@ -19,6 +19,6 @@ "url": "https://github.com/OpenKNX/knx" }, "dependencies": { - "TPUart": "https://github.com/OpenKNX/tpuart#1.0.4" + "TPUart": "https://github.com/OpenKNX/tpuart#1.0.5" } } \ No newline at end of file