From 5fd0589bc5b8d442d04d87e2fd26e6a8f03beaf1 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 29 Mar 2019 13:53:29 -0700 Subject: [PATCH] Fix a delay call --- examples/Primes/Primes.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Primes/Primes.ino b/examples/Primes/Primes.ino index ecc2ab5..c809f98 100644 --- a/examples/Primes/Primes.ino +++ b/examples/Primes/Primes.ino @@ -63,7 +63,7 @@ void loop() { Serial.println(" seconds"); digitalWrite(LED_PIN, LOW); - webota_delay(15000); + webota.delay(15000); i = 2; found = 0;