OrionW06 8 месяцев назад
Родитель
Сommit
a32a6b606e
7 измененных файлов с 22 добавлено и 7 удалено
  1. 2 2
      README.md
  2. 0 5
      changelog.md
  3. 8 0
      docs/changelog.md
  4. 12 0
      manifest.yml
  5. 0 0
      screenshots/AllZeros.png
  6. 0 0
      screenshots/RandomNumber.png
  7. 0 0
      screenshots/SaveMessage.png

+ 2 - 2
README.md

@@ -3,8 +3,8 @@
 
 
 Inspired by [this repo](https://github.com/dipdowel/flipper-fire-rng) I have implemented a similar functionality entirely in the flipper zero
 Inspired by [this repo](https://github.com/dipdowel/flipper-fire-rng) I have implemented a similar functionality entirely in the flipper zero
 
 
-![image info](./pics/SaveMessage.png)
-![image info](./pics/AllZeros.png)
+![image info](./screenshots/SaveMessage.png)
+![image info](./screenshots/AllZeros.png)
 
 
 
 
 
 

+ 0 - 5
changelog.md

@@ -1,5 +0,0 @@
-## v0.2:
-added changelog
-
-## v0.1:
-added app, images, and README.md

+ 8 - 0
docs/changelog.md

@@ -0,0 +1,8 @@
+## v0.2:
+added changelog
+added screenshots, manifest
+moved some directories around to comply with FlipperLabs
+Updated README
+
+## v0.1:
+added app, images, and README.md

+ 12 - 0
manifest.yml

@@ -0,0 +1,12 @@
+sourcecode:
+  type: git
+  location:
+    origin: https://github.com/OrionW06/Flame-RNG.git
+    commit_sha: bf7019d16d7b50f6a98cc3abdac38c53952a4f30
+short_description: An RNG intended for use with flames and other IR sources.
+description: "@README.md"
+changelog: "@./docs/changelog.md"
+screenshots:
+  - screenshots/AllZeros.png
+  - screenshots/RandomNumber.png
+  - screenshots/SaveMessage.png

+ 0 - 0
pics/AllZeros.png → screenshots/AllZeros.png


+ 0 - 0
pics/Random Number.png → screenshots/RandomNumber.png


+ 0 - 0
pics/SaveMessage.png → screenshots/SaveMessage.png