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 955f8b6 commit edb3e51Copy full SHA for edb3e51
examples/utility/Provisioning_2.0/Provisioning_2.0.ino
@@ -81,6 +81,10 @@ void setup() {
81
return;
82
}
83
84
+ if(_getPid_() != OPTA_WIFI_PID) {
85
+ //Force blinking green LED if not OPTA WiFi
86
+ LEDFeedbackClass::getInstance().setMode(LEDFeedbackClass::LEDFeedbackMode::BLE_AVAILABLE);
87
+ }
88
#endif
89
90
AgentsManagerClass::getInstance().begin();
0 commit comments