We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444d22a commit 7faf9ccCopy full SHA for 7faf9cc
examples/utility/Provisioning_2.0/Provisioning_2.0.ino
@@ -73,7 +73,7 @@ void setup() {
73
OptaFactoryTest.begin();
74
OptaFactoryTest.optaIDTest();
75
uint32_t start = millis();
76
- while(millis() - start < 2000){
+ while(millis() - start < 500){
77
if(OptaFactoryTest.poll() == true){
78
pinMode(LEDG, OUTPUT);
79
ResetInput::getInstance().begin();
0 commit comments