mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge 9844b541b6 into dee3e26ac0
This commit is contained in:
commit
a163a9fddf
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -93,7 +93,7 @@ get_pio_envs_ending_with_string() {
|
||||||
# $1 should be the environment name
|
# $1 should be the environment name
|
||||||
get_platform_for_env() {
|
get_platform_for_env() {
|
||||||
local env_name=$1
|
local env_name=$1
|
||||||
echo "$PIO_CONFIG_JSON" | python3 -c "
|
printf '%s' "$PIO_CONFIG_JSON" | python3 -c "
|
||||||
import sys, json, re
|
import sys, json, re
|
||||||
data = json.load(sys.stdin)
|
data = json.load(sys.stdin)
|
||||||
for section, options in data:
|
for section, options in data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue