blitzer/blitzercontroller/src/main.cpp

12 lines
157 B
C++

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