#include #include "theWifi.h" void setup() { connectWifi(); } void loop() { // put your main code here, to run repeatedly: }