#include void setup() { handleSpeedSetup(); handleRemoteSetup(); Serial.begin(115200); beginWiFi(); } void loop() { handleSpeedLoop(); }