Release 4 bytes...(PR #150)
This commit is contained in:
@@ -66,7 +66,7 @@ static uint16_t blacklistFreqs[15];
|
|||||||
static uint8_t blacklistFreqsIdx;
|
static uint8_t blacklistFreqsIdx;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char *bwOptions[] = {" 25k", "12.5k", "6.25k"};
|
const char *bwOptions[] = {"25", "12.5", "6.25"};
|
||||||
const uint8_t modulationTypeTuneSteps[] = {100, 50, 10};
|
const uint8_t modulationTypeTuneSteps[] = {100, 50, 10};
|
||||||
const uint8_t modTypeReg47Values[] = {1, 7, 5};
|
const uint8_t modTypeReg47Values[] = {1, 7, 5};
|
||||||
|
|
||||||
@@ -778,7 +778,7 @@ static void DrawF(uint32_t f) {
|
|||||||
|
|
||||||
sprintf(String, "%3s", gModulationStr[settings.modulationType]);
|
sprintf(String, "%3s", gModulationStr[settings.modulationType]);
|
||||||
GUI_DisplaySmallest(String, 116, 1, false, true);
|
GUI_DisplaySmallest(String, 116, 1, false, true);
|
||||||
sprintf(String, "%s", bwOptions[settings.listenBw]);
|
sprintf(String, "%4sk", bwOptions[settings.listenBw]);
|
||||||
GUI_DisplaySmallest(String, 108, 7, false, true);
|
GUI_DisplaySmallest(String, 108, 7, false, true);
|
||||||
|
|
||||||
#ifndef ENABLE_FMRADIO
|
#ifndef ENABLE_FMRADIO
|
||||||
|
Reference in New Issue
Block a user