More work on the ESP32C3 Boilerplate
This commit is contained in:
9
scripts/platformio_targets.py
Normal file
9
scripts/platformio_targets.py
Normal file
@@ -0,0 +1,9 @@
|
||||
Import("env")
|
||||
|
||||
env.AddCustomTarget(
|
||||
"uploadall",
|
||||
["upload", "uploadfs"],
|
||||
[],
|
||||
title="Upload Firmware and Filesystem",
|
||||
description="Upload firmware and the LittleFS image from data/",
|
||||
)
|
||||
Reference in New Issue
Block a user