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