Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadioSpec1 is not user friendly #17

Open
tomato3713 opened this issue Aug 23, 2021 · 1 comment
Open

RadioSpec1 is not user friendly #17

tomato3713 opened this issue Aug 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@tomato3713
Copy link
Owner

tomato3713 commented Aug 23, 2021

Currently, DetailInfo.RadioSpec has the following character string.

radioSpec1":"16K0F2D\\t437.375 MHz\\t800  mW\\n500HA1A\\t437.375 MHz\\t100  mW"

this is not user friendly, so, for example, I want to make an array of RadioSpec structures.

type RadioSpec struct {
  Format string
  Freq double
  Power double
}
@tomato3713 tomato3713 added the enhancement New feature or request label Aug 23, 2021
@tomato3713
Copy link
Owner Author

435.795 MHz から  435.9 MHz まで
周波数が1つだけ書かれていたもの以外に、上記表記があったためひとまず文字列としておいておく

@tomato3713 tomato3713 changed the title RadioSpec is not user friendly RadioSpec1 is not user friendly Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant