mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 01:07:26 +00:00
Added EPAR transmit (slow FSK), bit bug for now
This commit is contained in:
@@ -729,6 +729,10 @@ size_t OptionsField::selected_index() const {
|
||||
return selected_index_;
|
||||
}
|
||||
|
||||
size_t OptionsField::selected_index_value() const {
|
||||
return options[selected_index_].second;
|
||||
}
|
||||
|
||||
void OptionsField::set_selected_index(const size_t new_index) {
|
||||
if( new_index < options.size() ) {
|
||||
if( new_index != selected_index() ) {
|
||||
|
Reference in New Issue
Block a user