blob: ec2cdf695fe624e34e7d7eb4198ab54454f58815 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: CC0-1.0
# Load-bearing useless command, for bash. I have *no* idea why, but evaluating
# $@ is necessary for the rest to work.
repo_dir=$(pwd)
export PROJ_PATH=$repo_dir
export IDF_PATH=$repo_dir/lib/esp-idf
. $IDF_PATH/export.sh
|