From fdc2e198107604d82937269312be057f39fc8b9a Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Sat, 7 Jun 2025 09:58:24 -0400 Subject: [PATCH] Added a assets folder and more documentation --- assets/README.md | 5 +++++ assets/fw/README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 assets/README.md create mode 100644 assets/fw/README.md diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..e6a3438 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,5 @@ +# Assets folder + +dir: /assets/ + +This is where all of the assets for the repository and application belong (e.g branding, firmware dumps, images, demo videos) \ No newline at end of file diff --git a/assets/fw/README.md b/assets/fw/README.md new file mode 100644 index 0000000..3a21c5a --- /dev/null +++ b/assets/fw/README.md @@ -0,0 +1,5 @@ +# Firmware dump folder + +dir: /assets/fw/ + +This is where your dumped firmware will go (will be used heavily during buildtime) \ No newline at end of file