V1.92 - Ant_switch extension no longer work
Hi John,
The new Fax decoder works really well :-)
But for some reason V1.92 has caused problems with the operation of the excellent (3rd party) ant_switch extension written by Kari.
The extension would seem to be activated as the ant_switch extension label is displayed alongside the list of user. However the left hand bottom grey panel doesn't slide away to be replaced with the ant_switch control panel.
Regards,
Martin - G8JNJ
Comments
var firstChars = getFirstChars(data, 3);
to
var firstChars = arrayBufferToStringLen(data, 3);
and then
make stop
make
make install
make start
I updated my github repo. Should work with v1.92 now.