This commit is contained in:
2023-08-18 19:00:26 +02:00
parent 1acf1821e6
commit 95161bc382
2 changed files with 2 additions and 3 deletions

View File

@ -23,9 +23,8 @@ Program::Program() {
this->discord = new DiscordAPI(DISCORD_HOOK);
Serial.println(this->discord->sendMessage("hello the world !!"));
delay(1000);
Serial.println(this->discord->sendheure("10h", "18h"));
Serial.println(this->discord->sendHeure("10h", "18h"));
}
void Program::loop() {