Integrated the Loop object read/write references and manipulated variables with device read/write property in basic example device object. (#1175)

This commit is contained in:
Steve Karg
2025-12-03 16:23:01 -06:00
committed by GitHub
parent 63e984edbb
commit 11efd6902c
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -50,6 +50,9 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed the Loop object read/write references and manipulated variables
update during timer loop by adding callbacks to device read/write property
in basic example device object. (##1175)
* Fixed library specific strcmp/stricmp functions match standard strcmp. (#1173)
* Fixed compiler macro redefined warning when optional datatypes are defined
globally. (#1172)