Fixed datetime integer overflow on 8-bit compiler (#1162)

This commit is contained in:
Steve Karg
2025-11-25 21:02:04 -06:00
committed by GitHub
parent ba2e2ac24f
commit 21626d1ac5
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -34,6 +34,7 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed datetime integer overflow on 8-bit AVR compiler (#1162)
* Fixed the ports/linux BACnet/IP cache netmask for accurate subnet
prefix calculation implementation which had always returned 0. (#1155)
* Fixed the loop object empty reference property by initializing to self.