Quote from: Jason on July 05, 2023, 10:32:27 AM
Instead of disabling the GPS module with the A3 pin, you could try stopping its UART before WiFi transmission with `Gps_serial.end()`. This will stop some interrupts and maybe get things working. Hopefully you can start it again with `Gps_serial.begin(GPSBaud)`
I've only just had time to take another look at this. It looks like this suggestion has resolved the issue though! Looks like if I stop the Gps_Serial it works fine.
Thank you so much for your help, may have never got there on my own