File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ESP32 builder v4.4.1
1
+ name : ESP32 Arduino NSPanel
2
2
3
3
on :
4
4
workflow_dispatch : # Manually start a workflow
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if ! [ -x "$(command -v git)" ]; then
10
10
exit 1
11
11
fi
12
12
13
- TARGET=" all "
13
+ TARGET=" esp32 "
14
14
BUILD_TYPE=" all"
15
15
SKIP_ENV=0
16
16
COPY_OUT=0
@@ -177,7 +177,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
177
177
done
178
178
179
179
# archive the build
180
- if [ " $TARGET " = " all " ] && [ " $ BUILD_TYPE" = " all" ]; then
180
+ if [ " $BUILD_TYPE " = " all" ]; then
181
181
./tools/archive-build.sh
182
182
if [ $? -ne 0 ]; then exit 1; fi
183
183
fi
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ CONFIG_SPIRAM_BOOT_INIT=y
28
28
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
29
29
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=4096
30
30
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=0
31
+ CONFIG_D0WD_PSRAM_CLK_IO=5
32
+ CONFIG_D0WD_PSRAM_CS_IO=1
31
33
CONFIG_ESP32_XTAL_FREQ_AUTO=y
32
34
CONFIG_ETH_SPI_ETHERNET_DM9051=y
33
35
CONFIG_ETH_SPI_ETHERNET_W5500=y
Original file line number Diff line number Diff line change 1
1
#define ARDUINO_ESP32_GIT_VER 0x6ed33835
2
- #define ARDUINO_ESP32_GIT_DESC 2.0.4dev
3
- #define ARDUINO_ESP32_RELEASE_2_0_4dev
4
- #define ARDUINO_ESP32_RELEASE "2_0_4dev "
2
+ #define ARDUINO_ESP32_GIT_DESC 2.0.3
3
+ #define ARDUINO_ESP32_RELEASE_2_0_3
4
+ #define ARDUINO_ESP32_RELEASE "2_0_3 "
You can’t perform that action at this time.
0 commit comments