Skip to content

Commit c9017bc

Browse files
committed
move filters/ into src/
1 parent 7486ae8 commit c9017bc

File tree

4 files changed

+5
-327
lines changed

4 files changed

+5
-327
lines changed

filters/http/Cargo.lock

-311
This file was deleted.

filters/http/Cargo.toml

-12
This file was deleted.

filters/platformio-proxy/README.md

-4
This file was deleted.

src/bin/platformio-proxy.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// Copyright (C) 2023 rerobots, Inc.
2+
//
3+
// platformio_proxy safely moves firmware from inside containers to attached devices.
4+
//
5+
// upload_protocol = custom
6+
// upload_command = platformio_proxy $PROJECT_CONFIG $SOURCE
27

38
use std::env;
49
use std::io::prelude::*;

0 commit comments

Comments
 (0)