Files

10 lines
204 B
Python
Raw Permalink Normal View History

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