Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
VA7FGT committed May 10, 2024
1 parent 2745a24 commit e7507fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ endif
OBJCOPY = arm-none-eabi-objcopy
SIZE = arm-none-eabi-size

AUTHOR_STRING := NUNU
AUTHOR_STRING := Jane

# the user might not have/want git installed
# can set own version string here (max 7 chars)
ifneq (, $(shell $(WHERE) git))
Expand All @@ -217,7 +218,8 @@ ifneq (, $(shell $(WHERE) git))
VERSION_STRING := $(shell git rev-parse --short HEAD)
endif
endif
#VERSION_STRING := 230930b

VERSION_STRING := 24.4.20


ASFLAGS = -c -mcpu=cortex-m0
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ This repo is a fork of kamils modifications to egzumer, with a few new additions
* `ENABLE_SPECTRUM_CHANNEL_SCAN_BOUNDARY` this if enabled will allow the channel spectrum mode to be constrained. Requires both VFOs to be in channel mode, one with the lowest channel and the other the highest channel. All channels between them will appear in the spectrum scan (and it will respect scanlist filtering). If enabled ```B``` will be visible in the spectrum with the number of channels (ie, N(87)-B). Enabled in the menu under ```ScnBnd```
* Boundaries can also be applied to the normal channel scan. Like before set your top/bottom to the edge of what you want to search, and hold ```SCAN```. If bounding is enabled you'll see a ```:3``` in your status bar. To temporarily disable boundaries for a scan you can set each VFO to be the same, or simply change a VFO into Frequency mode. (If you don't have something mapped to ```M-Long```, Try setting it to ```VFO/MR```
* The messenger/encryption feature has been disabled in the makefile. It can easily be re-enabled if desired.

* TODO: Double check build options and make sure I didn't break anything if it's disabled
* TODO: Backport some features from F4HWN (Sqelch hotkeys, flashlight code)
* TODO: Dedup FreqScanner hotkeys and assign one to flashlight
* TODO: Merge anything updated from Kamil
* TODO: Add F+F1/F2 for changing BLMax, or something.
* TODO: Show current squelch level on display somewhere
* TODO: Find some better fonts??

This is alpha software, there will be bugs but nothing a power cycle can't fix. Download in releases

Expand Down

0 comments on commit e7507fa

Please sign in to comment.