Skip to content

Commit

Permalink
Removed beep unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
William Knak committed Feb 19, 2021
1 parent aa4f153 commit 4332539
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions receptor-ws1030-H.ino
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void setup() {
pinMode(RF_IN, INPUT);

Serial.begin(115200);
Serial.println("WEATHER STATION WS-1030 DATA LOGGER");
Serial.println("WEATHER STATION WS-1030 DATA LOGGER (vs H2)");
Serial.println("TiNX Tecnologia");
Serial.println("");
Serial.println("[TEMPERATURA] [HUMIDADE] [VENTO DIRECAO] [VENTO AVG] [VENTO RAJADA] [CHUVA ACUMULADA]");
Expand Down Expand Up @@ -182,13 +182,6 @@ void setup() {
sei();
}

void beep() {
analogWrite(BUZ_PIN, 200);
delay(10);
analogWrite(BUZ_PIN, 0);

}

void outputExt() {
String data = "[data]|";
data += idEstacao;
Expand Down Expand Up @@ -289,7 +282,6 @@ void loop() {

outputExt();

//beep();
} else {
//Serial.print(" # CHKSUM INVALIDO #");
}
Expand Down

0 comments on commit 4332539

Please sign in to comment.