From 74a8b1d201d5dd930fe3df23c06c46ed39c126a0 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 15 Oct 2023 12:32:14 +0100 Subject: [PATCH] library update --- components/BalboaGL/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BalboaGL/climate.py b/components/BalboaGL/climate.py index ef3f696..0000690 100644 --- a/components/BalboaGL/climate.py +++ b/components/BalboaGL/climate.py @@ -116,5 +116,5 @@ def to_code(config): cg.add_library( name="balboaGL", repository="https://github.com/netmindz/balboaGL.git", - version="command-length-fix", + version="ce3e1f8b9c6d3a0b141658432ed8751971b47fee", )