-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb0ba86
commit e11c056
Showing
4 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
version: "3.1.2" | ||
description: Library to work with LoRa chips sx127x | ||
url: https://github.com/dernasherbrezon/sx127x | ||
version: "3.2.1" | ||
description: "Library to work with LoRa chips sx127x" | ||
url: "https://github.com/dernasherbrezon/sx127x" | ||
license: "Apache-2.0" | ||
files: | ||
exclude: | ||
- "**/cmake-build-debug/**/*" | ||
- "**/cmake-build-remote/**/*" | ||
- "**/cmake-build-*/**/*" | ||
- "**/debug/**/*" | ||
- "**/.pio/**/*" | ||
- "**/.vscode/**/*" | ||
- "**/.github/**/*" | ||
- "**/.gitignore" | ||
- "**/*_linux_*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
compote component pack --namespace dernasherbrezon --name sx127x | ||
|
||
pio account login | ||
pio pkg publish |