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 169d098 commit c445556Copy full SHA for c445556
examples/utility/Provisioning_2.0/Provisioning_2.0.ino
@@ -59,7 +59,7 @@ void setup() {
59
initProperties();
60
AgentsManagerClass::getInstance().begin();
61
LEDFeedbackClass::getInstance().begin();
62
- DEBUG_INFO("Starting Provisioning");
+ DEBUG_INFO("Starting Provisioning version %s", SKETCH_VERSION);
63
}
64
65
void sendStatus(StatusMessage msg) {
0 commit comments