Skip to content

Commit

Permalink
move filters/ into src/
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Sep 8, 2024
1 parent 7486ae8 commit c9017bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 327 deletions.
311 changes: 0 additions & 311 deletions filters/http/Cargo.lock

This file was deleted.

12 changes: 0 additions & 12 deletions filters/http/Cargo.toml

This file was deleted.

4 changes: 0 additions & 4 deletions filters/platformio-proxy/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions src/bin/platformio-proxy.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// Copyright (C) 2023 rerobots, Inc.
//
// platformio_proxy safely moves firmware from inside containers to attached devices.
//
// upload_protocol = custom
// upload_command = platformio_proxy $PROJECT_CONFIG $SOURCE

use std::env;
use std::io::prelude::*;
Expand Down

0 comments on commit c9017bc

Please sign in to comment.