|
1 | 1 | # |
2 | 2 | /* |
3 | | - * Copyright (C) 2010, 2011, 2012 |
| 3 | + * Copyright (C) 2014 .. 2025 |
4 | 4 | * Jan van Katwijk (J.vanKatwijk@gmail.com) |
5 | 5 | * Lazy Chair Computing |
6 | 6 | * |
7 | | - * This file is part of DRM-2 |
| 7 | + * This file is part of the qt-wspr |
8 | 8 | * |
9 | | - * DRM-2 is free software; you can redistribute it and/or modify |
| 9 | + * qt-wspr is free software; you can redistribute it and/or modify |
10 | 10 | * it under the terms of the GNU General Public License as published by |
11 | 11 | * the Free Software Foundation; either version 2 of the License, or |
12 | 12 | * (at your option) any later version. |
13 | 13 | * |
14 | | - * DRM-2 is distributed in the hope that it will be useful, |
| 14 | + * qt-wspr is distributed in the hope that it will be useful, |
15 | 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 | 17 | * GNU General Public License for more details. |
18 | 18 | * |
19 | 19 | * You should have received a copy of the GNU General Public License |
20 | | - * along with DRM-2; if not, write to the Free Software |
| 20 | + * along with qt-wspr; if not, write to the Free Software |
21 | 21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 | 22 | */ |
23 | 23 | #include "device-handler.h" |
24 | 24 | #include "radio.h" |
25 | 25 |
|
26 | 26 | deviceHandler::deviceHandler () { |
27 | | - lastFrequency = Mhz (100); |
| 27 | + lastFrequency = Mhz (10); |
28 | 28 | } |
29 | 29 |
|
30 | 30 | deviceHandler::~deviceHandler () { |
|
0 commit comments