The then method returns a promise, which in this example, I’m assigning to outputPromise.var outputPromise = getInputPromise() .then(function (input) { }, function (reason) { });The outputPromise variable becomes a new promise for the return value of either handler. Since a function ...
To create a project using existing esp-idf templates, please refer to this Note: You will see a lot of unresolved inclusion errors in the editor and those will be resolved only after the build. Configuring Launch target Next, we need to tell CDT to use the toolchain for our project so ...