Added API for BACnet basic server device object. (#994)

This commit is contained in:
Steve Karg
2025-05-12 11:12:34 -05:00
committed by GitHub
parent 5f646e9e5d
commit bfb7bf0c1b
3 changed files with 270 additions and 17 deletions
+1
View File
@@ -18,6 +18,7 @@ The git repositories are hosted at the following sites:
### Added
* Added more API for BACnet basic server device object. (#994)
* Added the weekly-schedule property write in basic schedule object. (#990)
* Added uBASIC-Plus program object example to STM32F4xx. (#967)
* Added guards in create object initialization to prevent memory leaks. (#965)