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:
4
decoder/toolchain-armv7el.cmake
Executable file
4
decoder/toolchain-armv7el.cmake
Executable file
@@ -0,0 +1,4 @@
|
||||
set(CMAKE_SYSTEM_NAME Linux)
|
||||
set(CMAKE_SYSTEM_PROCESSOR armv7el)
|
||||
set(CMAKE_C_COMPILER arm-linux-gnueabi-gcc)
|
||||
set(CMAKE_CXX_COMPILER arm-linux-gnueabi-g++)
|
||||
Reference in New Issue
Block a user