提交图

7 提交

作者 SHA1 备注 提交日期
Peter Goodhall
6832ec031d Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
This required extra SQL so you'll need to run the SQL query.

ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Peter Goodhall
e33c6acd7c added hamqth to config sample 2016-01-15 23:22:05 +00:00
Peter Goodhall
9982d79c33 set this as version 1.1 in the config sample 2014-10-06 23:07:15 +01:00
Graham McIntire
6ea51800a9 Fix name change from ham.io to ham.li callsign lookup 2014-06-06 16:46:38 -05:00
Corby Krick
24cd4bfe11 These missed commit. Using the LoTW Rcvd mark specified in the DB. 2013-03-02 14:24:16 -06:00
Corby Krick
950037ada0 Now reading the URL for LoTW download from config file incase they change it. 2013-02-24 15:51:31 -06:00
Robert Chipperfield
e7e0afbfe7 Copy config files to sample versions and ignore them from git so upgrades don't overwrite them 2012-12-10 16:33:02 +00:00
重命名自 application/config/config.php (浏览更多)