Skip to content

Commit

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

server.on("/test", []() {
detenerFrecuencia();
activarFrecuencia(15000); // Frecuencia de Test: 15 kHz
activarFrecuencia(8000); // Frecuencia de Test: 15 kHz
frecuenciaTicker.attach(8.3, manejarFrecuencia);
server.send(200, "text/plain", "Frecuencia de prueba activada");
});
Expand Down

0 comments on commit 0cfdd0f

Please sign in to comment.