Reduced rad sensor polling #747

Merged
muellerr merged 5 commits from rad-sensor-polling-update into main 2023-07-20 16:26:54 +02:00
Showing only changes of commit b2d2c38c58 - Show all commits

View File

@ -21,6 +21,8 @@ will consitute of a breaking change warranting a new major release:
- STR missed reply handling is now moved to DHB rather than the COM interface. The COM IF will - STR missed reply handling is now moved to DHB rather than the COM interface. The COM IF will
still trigger an event if a reply is taking too long, and FDIR should still work via reply still trigger an event if a reply is taking too long, and FDIR should still work via reply
timeouts. timeouts.
- Rad sensor is now only polled every 30 minutes instead of every device cycle to reduce wear of
the RADFET electronics.
## Added ## Added