Files
PlatformIO_Esp32C3Boilerplate/scripts/platformio_targets.py

10 lines
204 B
Python
Raw Normal View History

2026-06-27 20:00:17 -05:00
Import("env")
env.AddCustomTarget(
"uploadall",
["upload", "uploadfs"],
[],
title="Upload Firmware and Filesystem",
description="Upload firmware and the LittleFS image from data/",
)