pierzogad
Results
2
comments of
pierzogad
According to the documentation of the standard, the length of an SSID should be a maximum of 32 characters (32 octets, normally ASCII letters and digits, though the standard itself...
It's a bit late but maybe it would help others. You need to modify ReceiveDemo_... example (receiver) to enable transmit on pin 10 - i.e. add `mySwitch.enableTransmit(10);` to setup() Without...