Skip to content

Commit

Permalink
💥 melhorias
Browse files Browse the repository at this point in the history
  • Loading branch information
estevam5s committed May 30, 2024
1 parent 9ff3c16 commit 081316a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/alexa/alexa.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#include "SinricProTemperaturesensor.h"
#include "SinricProSwitch.h"

#include <DHT.h>;
#include <DHT.h>

#define WIFI_SSID "ZENAIDE.2G"
#define WIFI_PASS "32377280"
#define WIFI_SSID "Penelopecharmosa"
#define WIFI_PASS "13275274"

#define APP_KEY "95a76b9e-104f-4df1-893d-4367e854e948"
#define APP_SECRET "1704576a-48a1-4eda-b9e5-e6e5e69654bb-aa4363e2-22a5-46cb-9e90-b3adde88e9af"
Expand Down
3 changes: 1 addition & 2 deletions src/main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ void callback(char *topic, byte *payload, unsigned int length)
}
}

// Torcar os valores do Relay
void toggleRelay(bool state)
{
relayState = state;
Expand Down Expand Up @@ -386,4 +385,4 @@ void displayHelloWorld()

// Exibe o estado da cafeteira
displayCoffeeMakerState();
}
}

0 comments on commit 081316a

Please sign in to comment.