Skip to content

Commit 10f9b3c

Browse files
committed
Anjay-esp32-client 24.05
Improvements - Increased main task stack size to support -Og optimization
1 parent 47fb403 commit 10f9b3c

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 24.05 (May 28th, 2024)
4+
5+
### Improvements
6+
- Increased main task stack size to support -Og optimization
7+
38
## 24.02.1 (February 20th, 2024)
49

510
### Improvements

Diff for: main/generate_version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
1919
if(GIT_DESCRIBE_RESULT EQUAL 0)
2020
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
2121
else()
22-
set(CLIENT_VERSION "24.02.1")
22+
set(CLIENT_VERSION "24.05")
2323
endif()
2424
# Input and output files are extracted from parameters.
2525
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)

Diff for: sdkconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
2626

2727
CONFIG_PARTITION_TABLE_CUSTOM=y
2828

29+
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4480
2930
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
3031
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"

0 commit comments

Comments
 (0)