No description
  • Rust 95.4%
  • HTML 4.6%
Find a file
2025-12-16 07:40:44 +01:00
.cargo working prototype 2025-09-24 16:41:53 +02:00
src feat: apply clippy lints 2025-12-16 07:40:03 +01:00
.gitignore Initial commit 2025-09-24 14:36:06 +00:00
build.rs feat: apply clippy lints 2025-12-16 07:40:03 +01:00
Cargo.toml feat: apply clippy lints 2025-12-16 07:40:03 +01:00
index.html working prototype 2025-09-24 16:41:53 +02:00
README.md docs: add build instructions 2025-12-16 07:40:44 +01:00
rust-toolchain.toml working prototype 2025-09-24 16:41:53 +02:00

birdcam-rs

Prerequesites for Development

  • Install espup => cargo install espup --locked && espup install
  • Run . ~/export-esp.sh to make the linker available in the current shell

To flash the EPS32 plug it in and make sure your current user has write privileges (sudo chown myuser /dev/ttyACM0 # change user/device accordingly) and flash it using cargo run --release