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

View File

@@ -12,7 +12,7 @@ Revision log:
#ifndef _IR_DEFS_H
#define _IR_DEFS_H
#define IR_DECODE_LIB_VER "1.5.0"
#define IR_DECODE_LIB_VER "1.5.1"
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"