瀏覽代碼

Update changelog and readme

anfractuosity 1 年之前
父節點
當前提交
2ef509e93d
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 4 0
      docs/CHANGELOG.md
  2. 3 0
      docs/README.md

+ 4 - 0
docs/CHANGELOG.md

@@ -1,3 +1,7 @@
+## v0.4
+
+Add simple spectrum analyser
+
 ## v0.3
 
 Fix compilation issue

+ 3 - 0
docs/README.md

@@ -14,3 +14,6 @@ Oscilloscope application - apply signal to pin 16/PC0, with a voltage ranging fr
 
 * Setup screen also enables you to choose the capture mode, to save samples to the SD card (currently 128 samples).  You can
 parse this data using the Python script in the flipperscope repo.
+
+* Setup screen allows you to choose an FFT option, to display a simple spectrum analyser.  You can alter the size of
+the FFT window also.