mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-02 04:53:25 +00:00
Merge branch 'umtrx_update' into dc_offset_debug
This commit is contained in:
@@ -226,7 +226,7 @@ umtrx_impl::umtrx_impl(const device_addr_t &device_addr)
|
||||
{
|
||||
config_temp_c(std::string(1, name));
|
||||
_tree->create<sensor_value_t>(mb_path / "sensors" / "temp"+std::string(1, name))
|
||||
.subscribe(boost::bind(&umtrx_impl::read_temp_c, this, std::string(1, name)));
|
||||
.publish(boost::bind(&umtrx_impl::read_temp_c, this, std::string(1, name)));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user