Bugfix CFDP #191
@ -10,6 +10,8 @@ list yields a list of all related PRs for each release.
|
||||
|
||||
# [unreleased]
|
||||
|
||||
`tmtccmd` version: v5.0.0a0
|
||||
|
||||
## Added
|
||||
|
||||
- Event handling for reboot counter events.
|
||||
@ -19,6 +21,7 @@ list yields a list of all related PRs for each release.
|
||||
## Fixed
|
||||
|
||||
- Fix for PLOC power switching.
|
||||
- Bump `tmtccmd` to v5.0.0a0 for important bugfix in CFDP header.
|
||||
|
||||
# [v3.1.1] 2023-04-17
|
||||
|
||||
|
@ -29,7 +29,7 @@ classifiers = [
|
||||
"Topic :: Scientific/Engineering"
|
||||
]
|
||||
dependencies = [
|
||||
"tmtccmd ~= 4.1",
|
||||
"tmtccmd ~= 5.0.0a0",
|
||||
"python-dateutil ~= 2.8",
|
||||
# tmtccmd @ git+https://github.com/robamu-org/tmtccmd@<gitRev>#egg=tmtccmd
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user