Skip to content

Commit a43f724

Browse files
authored
slave firmware version in quotes
1 parent e6b8805 commit a43f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Remove existing CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET line if it exists
9999
sed -i '/^CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET/d' "$sdkconfig_path"
100100
# Add new CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET line
101-
echo "CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET=$FIRMWARE_VERSION" >> "$sdkconfig_path"
101+
echo "CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET=\"$FIRMWARE_VERSION\"" >> "$sdkconfig_path"
102102
else
103103
echo "Warning: sdkconfig file not found at $sdkconfig_path"
104104
fi

0 commit comments

Comments
 (0)