From a514a25a1d8bd38cf2f30dd000a0f8bbc7f5e519 Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 20 Oct 2023 18:18:53 +0200 Subject: [PATCH] com discord message --- src/Program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Program.cpp b/src/Program.cpp index a51c432..9e58303 100644 --- a/src/Program.cpp +++ b/src/Program.cpp @@ -27,7 +27,7 @@ Program::Program() { // Startup Discord API this->discord = new DiscordAPI(DISCORD_HOOK); delay(1000); - Serial.println(this->discord->sendHeure("10h", "18h")); + //Serial.println(this->discord->sendHeure("10h", "18h")); // Startup Encoder this->encoder = new SwitchableEncodeur(ENCODER_DT, ENCODER_CLK, ENCODER_SWITCH, 3);