From 6a3372b2d42417b527c43cec7eebf9869e3e9bfa Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 24 Nov 2021 16:44:38 +0100 Subject: [PATCH 1/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f74a22e..56e419e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node: [feedc0de, comred, peter] + node: [feedc0de, comred, peter, mick] steps: - name: Checkout (without submodules) uses: actions/checkout@v2 From 2eaedb00fb32c21f7d3e3614ff07d5a0aaf9f921 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 25 Nov 2021 12:52:58 +0100 Subject: [PATCH 2/3] Changed partition table --- sdkconfig_mick | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdkconfig_mick b/sdkconfig_mick index 7976231..c82277b 100644 --- a/sdkconfig_mick +++ b/sdkconfig_mick @@ -122,8 +122,8 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 # CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set # CONFIG_PARTITION_TABLE_TWO_OTA is not set CONFIG_PARTITION_TABLE_CUSTOM=y -CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4M_noota.csv" -CONFIG_PARTITION_TABLE_FILENAME="partitions_4M_noota.csv" +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_16M_ota.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_16M_ota.csv" CONFIG_PARTITION_TABLE_OFFSET=0xf000 CONFIG_PARTITION_TABLE_MD5=y # end of Partition Table From e2bf4c579faa8b7fe62bf09983f933a9e73c75a2 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 25 Nov 2021 15:26:41 +0100 Subject: [PATCH 3/3] Updated Flash Size --- sdkconfig_mick | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdkconfig_mick b/sdkconfig_mick index c82277b..022fa37 100644 --- a/sdkconfig_mick +++ b/sdkconfig_mick @@ -92,10 +92,10 @@ CONFIG_ESPTOOLPY_FLASHFREQ_40M=y CONFIG_ESPTOOLPY_FLASHFREQ="40m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y +CONFIG_ESPTOOLPY_FLASHSIZE="16MB" CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y CONFIG_ESPTOOLPY_BEFORE_RESET=y # CONFIG_ESPTOOLPY_BEFORE_NORESET is not set