v1.34.0 #429

Merged
muellerr merged 4 commits from prep_v1.34.0 into develop 2023-03-03 16:50:11 +01:00
Showing only changes of commit e6b0b4048c - Show all commits

View File

@ -18,6 +18,8 @@ will consitute of a breaking change warranting a new major release:
# [v1.34.0] 2023-03-03
eive-tmtc: v2.16.3
This might include the fix for the race condition where CPU usage jumped to 200 %. The race
condition was traced to the `Countdown` class, more specifically to the `getUptime` function where
the `/proc/uptime` file is read.