#include "WiFiSetup.h"

void setup() {
  Serial.begin(115200);
  WiFiSetup();
}

void loop() {
  WiFiLoop();

}
