Fix some issues #392
@@ -17,6 +17,8 @@ change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v1.29.1]
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Limit number of handled messages for core TM handlers:
|
- Limit number of handled messages for core TM handlers:
|
||||||
@@ -25,6 +27,7 @@ change warranting a new major release:
|
|||||||
- https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/389
|
- https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/389
|
||||||
- HeaterHandler better handling for faulty message reception
|
- HeaterHandler better handling for faulty message reception
|
||||||
Issue: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/388
|
Issue: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/issues/388
|
||||||
|
- Disable stopwatch in MAX31865 polling task
|
||||||
|
|
||||||
# [v1.29.0]
|
# [v1.29.0]
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ ReturnValue_t Max31865RtdPolling::performOperation(uint8_t operationCode) {
|
|||||||
using namespace MAX31865;
|
using namespace MAX31865;
|
||||||
ReturnValue_t result = returnvalue::OK;
|
ReturnValue_t result = returnvalue::OK;
|
||||||
static_cast<void>(result);
|
static_cast<void>(result);
|
||||||
Stopwatch watch;
|
// Stopwatch watch;
|
||||||
if (periodicInitHandling()) {
|
if (periodicInitHandling()) {
|
||||||
#if OBSW_RTD_AUTO_MODE == 0
|
#if OBSW_RTD_AUTO_MODE == 0
|
||||||
// 10 ms delay for VBIAS startup
|
// 10 ms delay for VBIAS startup
|
||||||
|
Reference in New Issue
Block a user