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 byprotocol_maxrawlen()
. - Uses
decodePulseTrain()
to out a JSON object{"protocols":[]}
instead of an array (backwards compatibility broken).