File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# . ~/esp/esp-idf-v5.5.4/export.sh && . $ESP_MATTER_PATH/export.sh
33# idf.py set-target esp32 && idf.py build flash monitor
44cmake_minimum_required (VERSION 3.16 )
5- set (PROJECT_VER "1.1.3 " )
5+ set (PROJECT_VER "1.1.4 " )
66
77# Unified versioning (issue #77): the Matter softwareVersion INT is DERIVED from PROJECT_VER --
88# MAJOR*10000+MINOR*100+PATCH -> a readable, strictly-monotonic uint32. This keeps the human
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ CONFIG_CUSTOM_DEVICE_INFO_PROVIDER=y
4646# so it (and the fallback NUMBER) MUST stay equal to PROJECT_VER or the device reports a stale
4747# softwareVersionString. Edit PROJECT_VER in CMakeLists.txt, then update both lines below.
4848# esp32-lint.sh enforces this equality (fails the commit/CI if they drift).
49- CONFIG_DEVICE_SOFTWARE_VERSION_NUMBER=10103
50- CONFIG_DEVICE_SOFTWARE_VERSION_STRING="1.1.3 "
49+ CONFIG_DEVICE_SOFTWARE_VERSION_NUMBER=10104
50+ CONFIG_DEVICE_SOFTWARE_VERSION_STRING="1.1.4 "
5151# --- OTA hardening (faster + reliable on marginal Wi-Fi) ---
5252# Delta OTA: ship a diff (tens of KB) instead of the full ~1.5MB image over BDX.
5353CONFIG_ENABLE_DELTA_OTA=y
You can’t perform that action at this time.
0 commit comments