Arne Regular Member
 Joined: 05/01/2025 Location: GermanyPosts: 62 |
| Posted: 09:52am 12 Feb 2025 |
|
|
|
@Frank
The Protocol is set in the source-code (see Test_NEC.zip) in the first line:
#define IR_SMALLD_NEC //Define NEC Protocol
The different protocols can be selected as described on https://github.com/LuisMiCa/IRsmallDecoder
For Sony Protocol the first line must be e.g.:
#define IR_SMALLD_SIRC12
Arne |