My project is working fine. Wifi and blynk connects fine. But what if I want to use my project WITHOUT a wifi or blynk connection. How do I bypass or ignore all the wifi connection code without recompile etc? I suppose I could add an i/o pin jumper inside the project case that enables/disables wifi. Then I could bypass the wifi code based on the state of the jumper.
Is there any other method I should consider that doesnt require a jumper or recompile?
Thanks for any suggestions.