remove a vestigal reloading of the sketch's settings file

pull/121/head
Jesse Vincent 8 years ago
parent 6b868de066
commit d119dcd105

@ -17,10 +17,6 @@ firmware_size () {
}
find_sketch () {
if [ -e "${SOURCEDIR}/.kaleidoscope-builder.conf" ]; then
. "${SOURCEDIR}/.kaleidoscope-builder.conf"
fi
SKETCH="${SKETCH:-${DEFAULT_SKETCH}}"
LIBRARY="${LIBRARY:-${SKETCH}}"

Loading…
Cancel
Save