forked from platformio/platformio-core
Revert ""memusage_dir" option
This commit is contained in:
@ -240,6 +240,17 @@ ProjectOptions = OrderedDict(
|
||||
default=os.path.join("${platformio.workspace_dir}", "libdeps"),
|
||||
validate=validate_dir,
|
||||
),
|
||||
ConfigPlatformioOption(
|
||||
group="directory",
|
||||
name="memusage_dir",
|
||||
description=(
|
||||
"A location where PlatformIO Core will store "
|
||||
"project memory usage reports"
|
||||
),
|
||||
sysenvvar="PLATFORMIO_MEMUSAGE_DIR",
|
||||
default=os.path.join("${platformio.workspace_dir}", "memusage"),
|
||||
validate=validate_dir,
|
||||
),
|
||||
ConfigPlatformioOption(
|
||||
group="directory",
|
||||
name="include_dir",
|
||||
|
Reference in New Issue
Block a user