Morse TX speed in WPS

This commit is contained in:
Белоусов Олег 2020-09-22 11:46:44 +03:00
parent 17cb092978
commit a5a3ba184a
2 changed files with 8 additions and 8 deletions

View file

@ -80,7 +80,7 @@ private:
bool foxhunt_mode { false };
Labels labels {
{ { 4 * 8, 6 * 8 }, "Time unit: ms", Color::light_grey() },
{ { 4 * 8, 6 * 8 }, "Speed: wps", Color::light_grey() },
{ { 4 * 8, 8 * 8 }, "Tone: Hz", Color::light_grey() },
{ { 4 * 8, 10 * 8 }, "Modulation:", Color::light_grey() },
{ { 1 * 8, 25 * 8 }, "TX will last", Color::light_grey() }
@ -109,10 +109,10 @@ private:
}
};
NumberField field_time_unit {
{ 14 * 8, 6 * 8 },
NumberField field_speed {
{ 10 * 8, 6 * 8 },
3,
{ 10, 999 },
{ 10, 45 },
1,
' '
};