fixes #38 tx power was reloaded from eeprom after each PTT

This commit is contained in:
Nunu 2024-01-05 14:41:11 +01:00
parent 9a9393dd4c
commit 6683b33708

View File

@ -238,5 +238,5 @@ done:
gUpdateDisplay = true;
//done tx - restore squelch here
gVfoConfigureMode = VFO_CONFIGURE_RELOAD;
gVfoConfigureMode = VFO_CONFIGURE;
}