Skip to content

v1.4 (03 Oct 2024)

Latest
Compare
Choose a tag to compare
@latchdevel latchdevel released this 03 Oct 16:45

Update to PiCode library v1.4

  • Update to PiCode library v1.4 (19 Oct 2022).
  • Uses protocol_maxrawlen() to get the maximum possible number of pulses of all protocols initialized.
  • Change pulses[MAX_ENCODE_PULSES] hard coded fixed array size to dynamic pulses array size obtained by protocol_maxrawlen().
  • Uses decodePulseTrain() to out a JSON object {"protocols":[]} instead of an array (backwards compatibility broken).