Use incremental number sequence as record file names for fpv (#1820)

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
pull/1822/head
CC 2025-05-21 17:06:38 +08:00 committed by GitHub
parent 134387dbf7
commit 1c9aa7bf2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ video_settings() {
cli -s .outgoing.wfb true cli -s .outgoing.wfb true
cli -s .fpv.enabled true cli -s .fpv.enabled true
cli -s .fpv.noiseLevel 1 cli -s .fpv.noiseLevel 1
cli -s .records.split 1
cli -s .records.notime true
} }
start() { start() {