added retained calibration

This commit is contained in:
2026-01-11 12:03:47 +01:00
parent 55d35c41af
commit e9fe3496ac
8 changed files with 69 additions and 34 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"showDevDebugOutput": "none",
"servertype": "external",
"gdbTarget": "localhost:3333",
"targetId": "nrf54l",
"targetId": "stm32h5",
}
]
}