mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
parent
118f3b3758
commit
c388832ef0
13
main.c
13
main.c
|
|
@ -1603,18 +1603,6 @@ static void cmd_touchtest(BaseSequentialStream *chp, int argc, char *argv[])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cmd_battery(BaseSequentialStream *chp, int argc, char *argv[])
|
|
||||||
{
|
|
||||||
(void)argc;
|
|
||||||
(void)argv;
|
|
||||||
|
|
||||||
adc_stop(ADC1);
|
|
||||||
int v = adc_vbat_read(ADC1);
|
|
||||||
chprintf(chp, "%d\r\n", v);
|
|
||||||
touch_start_watchdog();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static void cmd_frequencies(BaseSequentialStream *chp, int argc, char *argv[])
|
static void cmd_frequencies(BaseSequentialStream *chp, int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
@ -1797,7 +1785,6 @@ static const ShellCommand commands[] =
|
||||||
{ "test", cmd_test },
|
{ "test", cmd_test },
|
||||||
{ "touchcal", cmd_touchcal },
|
{ "touchcal", cmd_touchcal },
|
||||||
{ "touchtest", cmd_touchtest },
|
{ "touchtest", cmd_touchtest },
|
||||||
{ "battery", cmd_battery },
|
|
||||||
{ "pause", cmd_pause },
|
{ "pause", cmd_pause },
|
||||||
{ "resume", cmd_resume },
|
{ "resume", cmd_resume },
|
||||||
{ "cal", cmd_cal },
|
{ "cal", cmd_cal },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue