remove the call to load the old conf file

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 49c47c0ff2
commit a47c1448f5
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -149,13 +149,6 @@ cmd_compile() {
# This is defined in the (optional) user config.
# shellcheck disable=SC2154
if [ -z ${FQBN} ]; then
if [ -e "${SKETCH_DIR}/.kaleidoscope-builder.conf" ]; then
# shellcheck disable=SC1090
FQBN="$(. "${SKETCH_DIR}"/.kaleidoscope-builder.conf && echo "${FQBN}")"
fi
fi
# shellcheck disable=SC2086
_run_arduino_cli compile \
--fqbn "${FQBN}" \

Loading…
Cancel
Save