#include void setup() { handleSetup(); Serial.begin(115200); beginWiFi(); } void loop() { handleLoop(); }