From 20412bbd9dc3cea44ef907fc322ad4393fe49994 Mon Sep 17 00:00:00 2001 From: Simon Weidacher Date: Sun, 26 Dec 2021 14:00:30 +0100 Subject: [PATCH] Cleanup main a little. --- device/main/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device/main/main.cpp b/device/main/main.cpp index 3cd2db0..8d28186 100644 --- a/device/main/main.cpp +++ b/device/main/main.cpp @@ -1,7 +1,5 @@ #include "Arduino.h" -#include - #include "Networking.hpp" #include "WebInterface.hpp" #include "RFIDInterface.hpp" @@ -17,8 +15,6 @@ RFIDInterface rfid; void app_main(void) { initArduino(); - Serial.begin(115200); - networking.connectWifi(); webInterface.start(); rfid.start();