mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
CPU temperature readout
This commit is contained in:
parent
fb8ee5b355
commit
884d949dfa
14 changed files with 18711 additions and 27 deletions
|
|
@ -243,7 +243,7 @@ void HW::fillDeviceInfo(Protocol::DeviceInfo *info) {
|
|||
info->extRefInUse = extRefInUse;
|
||||
info->temperatures.LO1 = tempLO;
|
||||
info->temperatures.source = tempSource;
|
||||
info->temperatures.MCU = 0;
|
||||
info->temperatures.MCU = STM::getTemperature();
|
||||
FPGA::ResetADCLimits();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue