#include "wled_tpm2.h" // Stub per D-08a. Intentionally empty beyond the class in the header. // // When Adalight is replaced (e.g. because of reliability issues discovered in // integration), implement Open/Close/SendRgbFrame/SendBrightness/SendPower here // against the TPM2 binary framing: // // Header: 0xC9 0xDA (TPM2 net block / packet start) // Payload: N * 3 RGB bytes // Trailer: 0x36 (TPM2 end-of-packet marker) // // Reference: WLED tpm2.cpp at https://github.com/Aircoookie/WLED/blob/main/wled00/wled_serial.cpp // (TPM2 path shares the same first-byte-auto-detection state machine as Adalight).