HamBook – Diff between revs 44 and 45
?pathlinks?
Rev 44 | Rev 45 | |||
---|---|---|---|---|
Line 77... | Line 77... | |||
77 | |
77 | |
|
Line 78... | Line 78... | |||
78 | _changedConfigurationContinuation = new ScheduledContinuation(); |
78 | _changedConfigurationContinuation = new ScheduledContinuation(); |
|
79 | |
79 | |
|
80 | _squelchScheduledContinuation = new ScheduledContinuation(); |
- | ||
81 | _powerScheduledContinuation = new ScheduledContinuation(); |
- | ||
82 | |
80 | _squelchScheduledContinuation = new ScheduledContinuation(); |
|
Line 83... | Line 81... | |||
83 | _memoryBanks = Radios.Generic.MemoryBanks.Create("Yaesu FT-891"); |
81 | _powerScheduledContinuation = new ScheduledContinuation(); |
|
84 | } |
82 | } |
|
85 | |
83 | |
|
Line 112... | Line 110... | |||
112 | { |
110 | { |
|
113 | _sparkle.StartLoop(true, true); |
111 | _sparkle.StartLoop(true, true); |
|
Line 114... | Line 112... | |||
114 | |
112 | |
|
Line -... | Line 113... | |||
- | 113 | Configuration = await LoadConfiguration(); |
||
- | 114 | |
||
115 | Configuration = await LoadConfiguration(); |
115 | _memoryBanks = Radios.Generic.MemoryBanks.Create(Configuration.Radio); |
|
Line 116... | Line 116... | |||
116 | |
116 | |
|
Line 117... | Line 117... | |||
117 | _serialPort = InitializeSerialPort(Configuration); |
117 | _serialPort = InitializeSerialPort(Configuration); |
|
Line 302... | Line 302... | |||
302 | { |
302 | { |
|
303 | _memoryTune.Stop(); |
303 | _memoryTune.Stop(); |
|
304 | _memoryTune = null; |
304 | _memoryTune = null; |
|
305 | } |
305 | } |
|
Line -... | Line 306... | |||
- | 306 | |
||
- | 307 | _memoryBanks = Radios.Generic.MemoryBanks.Create(Configuration.Radio); |
||
306 | |
308 | |
|
Line 307... | Line 309... | |||
307 | Miscellaneous.LaunchOnBootSet(Configuration.LaunchOnBoot); |
309 | Miscellaneous.LaunchOnBootSet(Configuration.LaunchOnBoot); |
|
Line 308... | Line 310... | |||
308 | |
310 | |