Skip to content

Commit

Permalink
Enable slonk to generate log-file name without user input
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencerdarwall committed Sep 17, 2023
1 parent dd67d0a commit 379e589
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 12 deletions.
243 changes: 236 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ default-run = "slonk"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
gpio-cdev = "0.5.1"
gpio-cdev = "0.5.1"
chrono = "0.4"
Loading

0 comments on commit 379e589

Please sign in to comment.