Skip to content

Commit 7faf9cc

Browse files
committed
improve board reactivity waiting for 500 the pulses from the tester
1 parent 444d22a commit 7faf9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utility/Provisioning_2.0/Provisioning_2.0.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void setup() {
7373
OptaFactoryTest.begin();
7474
OptaFactoryTest.optaIDTest();
7575
uint32_t start = millis();
76-
while(millis() - start < 2000){
76+
while(millis() - start < 500){
7777
if(OptaFactoryTest.poll() == true){
7878
pinMode(LEDG, OUTPUT);
7979
ResetInput::getInstance().begin();

0 commit comments

Comments
 (0)