feat(app): Integrate application versioning

This commit introduces application versioning, exposing version information through the Modbus server and logging it at startup.

- Add  to provide version information
- Update  to log the application version at startup
- Update  to expose firmware version via Modbus
- Add file association for  in
This commit is contained in:
2025-07-08 14:41:01 +02:00
parent 45d011952f
commit 537d76ef5d
4 changed files with 6 additions and 4 deletions

View File

@@ -8,5 +8,6 @@
// File Associations
"files.associations": {
"app_version.h": "c"
}
}