mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-04 14:03:19 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
479d6e9cf6 | ||
|
|
4bba18b1cf |
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
umtrx (1.0.14) trusty; urgency=medium
|
||||
|
||||
* Quick build fix.
|
||||
|
||||
-- Rauf Gyulaliev <rauf.gyulaliev@fairwaves.co> Mon, 07 Aug 2017 09:15:31 +0300
|
||||
|
||||
umtrx (1.0.13) trusty; urgency=low
|
||||
|
||||
* [ZPU/host] Read TCXO DAC calibration from EEPROM once on UmTRX boot instead
|
||||
|
||||
@@ -741,7 +741,7 @@ umtrx_impl::umtrx_impl(const device_addr_t &device_addr)
|
||||
}
|
||||
|
||||
//TCXO DAC calibration control
|
||||
if (not tcxo_dac.empty()) _tree->create<uint16_t>(mb_path / "tcxo_dac" / "value")
|
||||
_tree->create<uint16_t>(mb_path / "tcxo_dac" / "value")
|
||||
.subscribe(boost::bind(&umtrx_impl::set_tcxo_dac, this, _iface, _1));
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user