From 168d913ab9db327db70d39db5bfee3b692044d88 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 24 Feb 2026 12:58:19 +0000 Subject: [PATCH] Update pymc_core dependency to point to feat/newRadios branch --- pyproject.toml | 2 +- scripts/proxmox-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b65ff27..bf28765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/E22p", + "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/newRadios", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0", diff --git a/scripts/proxmox-install.sh b/scripts/proxmox-install.sh index f95c753..b9f0c2b 100644 --- a/scripts/proxmox-install.sh +++ b/scripts/proxmox-install.sh @@ -12,7 +12,7 @@ set -euo pipefail # ── Defaults ─────────────────────────────────────────────────────────────── REPO="https://github.com/rightup/pyMC_Repeater.git" -BRANCH="feat/E22p" +BRANCH="feat/newRadios" CT_TEMPLATE="debian-12-standard" CT_RAM=1024 CT_SWAP=512