Please check if your PR fulfills the following requirements:
[x] I am not introducing a breaking change (if you are, flag in conventional commit message with BREAKING CHANGE: describing the break)
[x] I am not introducing a new dependency (add notes below if you are)
[ ] I have added unit tests for the new feature or bug fix (if not, why?)
[ ] I have fully tested (add details below) this the new feature or bug fix (if not, why?)
[ ] I have opened a PR for the related docs change (if not, why?)
Testing Instructions
Set VERSION to 0.0.0 to indicate this is a local dev build and run make docker to build the image.
From the latest compose-builder run make device-dev ds-bacnet-ip
Verify the device-bacnet service bootstrap successfully and contain the following log message:
level=INFO ts=2023-08-22T09:03:01Z app=device-bacnet-ip msg="EdgeX device SDK for C, version 3.0.2"
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-bacnet-c/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
make docker
to build the image.make device-dev ds-bacnet-ip
level=INFO ts=2023-08-22T09:03:01Z app=device-bacnet-ip msg="EdgeX device SDK for C, version 3.0.2"
New Dependency Instructions (If applicable)