Show region information in sub-GHz app (#2249)

* Show region info in sub-GHz app
* SubGhz: reset widget on region info scene exit
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Maksim Derbasov
2023-01-07 04:28:28 +09:00
committed by GitHub
parent c24bea6b06
commit 2c450bd835
5 changed files with 60 additions and 8 deletions

View File

@@ -23,3 +23,4 @@ ADD_SCENE(subghz, more_raw, MoreRAW)
ADD_SCENE(subghz, delete_raw, DeleteRAW)
ADD_SCENE(subghz, need_saving, NeedSaving)
ADD_SCENE(subghz, rpc, Rpc)
ADD_SCENE(subghz, region_info, RegionInfo)