Whilst quickly checking through the codes I noticed that I had obviously entered a MAC address incorrectly as the serial monitor gives the MAC addresses of the host modules. I had copied the address from my router web interface into the code. When I checked the router again I found that the address I had entered into the code was the same but the serial monitor was display a different address.
both Modules exhibit the same error in the same (first) octet i.e. the code gives 0x5E and the router shows 0x5C. The code which obtains the address is,
Serial.println(WiFi.softAPmacAddress());
Can anyone suggest a way I can confirm which is correct?
Thanks