From 781901a7502621b16a9e5ef374e578447e9c378e Mon Sep 17 00:00:00 2001 From: Rightup Date: Tue, 14 Jul 2026 16:42:00 +0100 Subject: [PATCH] fix: update hardware dependency to use fix/all-the-things-core branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3a8ea5..0bc5380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] # SX1262/SPI support (Linux only; required for Raspberry Pi HATs) hardware = [ - "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@dev", + "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core", ] # RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool) rrd = [