No description
- AdifImport.normalize_mode/2 maps ADIF MODE (and SUBMODE when present) onto the fixed set of modes the site accepts: CW/SSB/FM/FT8/FT4/Q65. SUBMODE takes precedence so `MODE=MFSK, SUBMODE=FT8` correctly imports as FT8. USB/LSB/DSB all become SSB; NBFM/WFM become FM. - Unknown modes (RTTY, PSK31, etc.) map to nil so the row still imports — mode is optional on the submission path now. - AdifImport.mode_mapping_reference/0 returns the user-facing list of recognized inputs and their mappings. - Submit page's ADIF tab renders that list in a table so users can see upfront what will happen to their file before uploading. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix