mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 01:45:46 -04:00
No space after question mark
This commit is contained in:
parent
29457f0e46
commit
52b951f705
3 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@ void SystemStatusView::on_stealth() {
|
|||
|
||||
void SystemStatusView::on_bias_tee() {
|
||||
if (!portapack::antenna_bias) {
|
||||
nav_.display_modal("Bias voltage", "Enable DC voltage on\nantenna connector ?", YESNO, [this](bool v) {
|
||||
nav_.display_modal("Bias voltage", "Enable DC voltage on\nantenna connector?", YESNO, [this](bool v) {
|
||||
if (v) {
|
||||
portapack::set_antenna_bias(true);
|
||||
//radio::set_antenna_bias(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue