From 2bc352afb39d66cf92154bc529620746bcc36618 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 13 Oct 2020 13:32:54 +0200 Subject: [PATCH] main tweaks --- main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index f3d22bb..15d5dde 100644 --- a/main.cpp +++ b/main.cpp @@ -1,10 +1,7 @@ -#include - #include "IOBoard.h" #include "ArduinoConfig.h" -// TODO: Copy this header into arduino_core, so it can be used without -// Eclipse Sloeber as well. +#include #include #include @@ -39,7 +36,6 @@ void setup() { bool periodicHandler1(void* args) { if(args) {}; - Serial.println("Handling new data!"); IOBoard::handleNewData(); // repeat action return true;