mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
we can display the units directly to support gettext here
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
class Frequency {
|
||||
|
||||
public $QRG_UNITS = [
|
||||
'Hz',
|
||||
'kHz',
|
||||
'MHz',
|
||||
'GHz'
|
||||
];
|
||||
|
||||
public $defaultFrequencies = array(
|
||||
'160m' => array(
|
||||
'SSB' => "1900000",
|
||||
|
||||
Reference in New Issue
Block a user