From 730aea675cf363218436bac2b26dcf031e7c319d Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Sat, 2 Nov 2024 16:13:02 -0400 Subject: [PATCH] Update framework-portduino for musl fix --- platform.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index 5dfa3d2..82c741f 100644 --- a/platform.json +++ b/platform.json @@ -2,7 +2,7 @@ "name": "native", "title": "Native", "description": "Native development platform is intended to be used for desktop OS. This platform uses built-in toolchains (preferable based on GCC), frameworks, libs from particular OS where it will be run.", - "homepage": "https://registry.platformio.org/platforms/platformio/native", + "homepage": "https://github.com/meshtastic/platform-native", "license": "Apache-2.0", "keywords": [ "dev-platform", @@ -15,7 +15,7 @@ "packages": { "framework-portduino": { "type": "framework", - "version": "https://github.com/meshtastic/framework-portduino.git#ff34ba00f6b52e02751b63a170a694dae016c138", + "version": "https://github.com/meshtastic/framework-portduino.git#a7d95ec808ae5154cfb49ef293b330083c8f684d", "optional": true } }, @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/platformio/platform-native.git" + "url": "https://github.com/meshtastic/platform-native.git" }, "version": "1.2.1" }