diff --git a/test.cpp b/test.cpp index e1fd22c..3807d79 100644 --- a/test.cpp +++ b/test.cpp @@ -2,7 +2,7 @@ void loop() { // Construct a Flux query // Query will find the worst RSSI for last hour for each connected WiFi network with this device String query = "from(bucket: \"Prueba_Enviando_Datos\") \ - |> range(start: -1h) \ + |> range(start: -2h) \ |> filter(fn: (r) => r._measurement == \"button_status\" and r._field == \"stauts\") \ |> last()";