Skip to content

Commit

Permalink
Update espantapaloma.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gureboy authored Nov 28, 2024
1 parent f73fb44 commit f63f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espantapaloma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void setupServer() {
});

server.on("/palomas", []() {
activarFrecuencia(8000); // Frecuencia para Palomas: 8 kHz
activarFrecuencia(18000); // Frecuencia para Palomas: 8 kHz
frecuenciaTicker.attach(8.3, manejarFrecuencia);
server.send(200, "text/plain", "Frecuencia de palomas activada");
});
Expand Down

0 comments on commit f63f71d

Please sign in to comment.