Files
PlatformIO_Esp32C3Boilerplate/scripts/platformio_targets.py

10 lines
204 B
Python

Import("env")
env.AddCustomTarget(
"uploadall",
["upload", "uploadfs"],
[],
title="Upload Firmware and Filesystem",
description="Upload firmware and the LittleFS image from data/",
)