feat: wip

This commit is contained in:
2024-06-17 11:46:42 -04:00
parent cf4c00d9d5
commit fd3d33878a
7 changed files with 35 additions and 26 deletions

View File

@@ -124,7 +124,7 @@ public struct SharedPressureEstimationState: Equatable, Sendable {
}
extension PersistenceReaderKey where Self == InMemoryKey<SharedPressureEstimationState> {
static var sharedPressureEstimationSettings: Self {
.inMemory("sharedPressureEstimationSettings")
static var pressureEstimationState: Self {
.inMemory("sharedPressureEstimationState")
}
}