Skip to content

Commit

Permalink
Update framework-portduino for musl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Nov 2, 2024
1 parent 6b3796d commit 730aea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
},
Expand All @@ -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"
}

0 comments on commit 730aea6

Please sign in to comment.