The problem is it would not compile, I found the reason for this is because FS.h is also used in the SSL within the Wifi library, hence if I comment the Wifi Library out all is ok.
I want to turn the WiFi off and wondered is there a direct register statement I can used without using the entire WiFi Library? I'm not an experience programmer but I can work most things out, I have looked through the various files that makeup the WiFi library, I have found were the various modes are selected but I cant find the small section of code that actually turns the WiFi off.
Obviously I guess my other option is to try and find every instance of File and change it to fs::File, however I'm not sure how many instances of this are used throughout the entire WiFi Library.
Any help would be most appreciated.
Many Thanks
Jono