analyzer debug

This commit is contained in:
2026-04-13 10:29:39 +03:00
parent ddb8a9e143
commit f8daa68381
8 changed files with 76210 additions and 1 deletions

View File

@ -28,7 +28,7 @@ constexpr uint8_t kDataByteSizeMax =
constexpr uint8_t kPreambPulse = 3;
constexpr uint8_t kPreambFronts = kPreambPulse * 2U;
/** Отброс ложного подъёма после микро-LOW в паузе (как расширенный IR_DecoderRaw::tick). */
/** Отброс ложного подъёма после микро-LOW в паузе; зеркало IR_config.h (прошивка). */
#ifndef IRFOX_SHORT_LOW_GLITCH_REJECT
#define IRFOX_SHORT_LOW_GLITCH_REJECT 1
#endif