IR decoder 1.5.1

1. fixed potential memory leak issue for ac frame parsing algorithm
2. changed decode API, embedded 'change_wind_direction' into ac_status (not compatible with lower versions)
3. changed CMakeLists.txt
This commit is contained in:
strawmanbobi
2026-01-05 12:25:53 +08:00
parent c49c09879f
commit 9b5fae523a
40 changed files with 330 additions and 178 deletions

4
decoder/toolchain-amd64.cmake Executable file
View File

@@ -0,0 +1,4 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR x86_64)
set(CMAKE_C_COMPILER gcc)
set(CMAKE_CXX_COMPILER g++)