xs-dev 0.37.1 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/package.json
CHANGED
|
@@ -19,7 +19,7 @@ async function default_1() {
|
|
|
19
19
|
const isWindows = OS === 'windows_nt';
|
|
20
20
|
const ESP_IDF_REPO = 'https://github.com/espressif/esp-idf.git';
|
|
21
21
|
const ESP_BRANCH_V4 = 'v4.4.3';
|
|
22
|
-
const ESP_BRANCH_V5 = 'v5.
|
|
22
|
+
const ESP_BRANCH_V5 = 'v5.5';
|
|
23
23
|
const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
|
|
24
24
|
const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
|
|
25
25
|
await (0, exec_1.sourceEnvironment)();
|
|
@@ -15,7 +15,7 @@ const exec_1 = require("../system/exec");
|
|
|
15
15
|
async function default_1() {
|
|
16
16
|
const OS = (0, os_1.type)().toLowerCase();
|
|
17
17
|
const ESP_BRANCH_V4 = 'v4.4.3';
|
|
18
|
-
const ESP_BRANCH_V5 = 'v5.
|
|
18
|
+
const ESP_BRANCH_V5 = 'v5.5';
|
|
19
19
|
const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
|
|
20
20
|
const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
|
|
21
21
|
await (0, exec_1.sourceEnvironment)();
|