10 lines
204 B
Python
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/",
|
|
)
|