Files
PlatformIO_Esp32C3_BedCooler/scripts/platformio_targets.py
2026-06-28 13:15:53 -05:00

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/",
)