Mercurial > public > ostc4
diff Small_CPU/Src/baseCPU2.c @ 1062:785772303f9c Icon_Integration
Added pressure sensors in Sentnel mode:
The Red Head/Provide pressure and tempstick information on a uart channel together with the O2 data. The support for receiving pressure data has been added to the Sentinel protocol function.
| author | Ideenmodellierer |
|---|---|
| date | Tue, 10 Feb 2026 19:36:05 +0100 |
| parents | 9fabad6436a2 |
| children | 3c3fb9f4edc4 |
line wrap: on
line diff
--- a/Small_CPU/Src/baseCPU2.c Sat Feb 07 21:39:40 2026 +0100 +++ b/Small_CPU/Src/baseCPU2.c Tue Feb 10 19:36:05 2026 +0100 @@ -172,7 +172,7 @@ // See CPU2-RTE.ld const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { .versionFirst = 3, - .versionSecond = 7, + .versionSecond = 8, .versionThird = 0, .versionBeta = 0,
