fix: update hardware dependency to use fix/all-the-things-core branch

This commit is contained in:
Rightup
2026-07-14 16:42:00 +01:00
parent 879834c634
commit 781901a750
+1 -1
View File
@@ -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 = [