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
4 lines
117 B
CMake
Executable File
4 lines
117 B
CMake
Executable File
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR x86_64)
|
|
set(CMAKE_C_COMPILER gcc)
|
|
set(CMAKE_CXX_COMPILER g++) |