YOGYUI / matter-esp32-dcmotor

Apache License 2.0
3 stars 1 forks source link

[Question] How to change exposed"Firmware" value? #7

Closed lboue closed 4 months ago

lboue commented 4 months ago

Hello,

Do you know which field and which cluster this "Firmware" value corresponds to in Matter fabric and iOS? I couldn't find it in the project's source code. Is it in the SDK source code?

fan_firmware

Regards

YOGYUI commented 4 months ago

@lboue You can see PROJECT_VER_NUMBER definition in CMakeLists.txt.

cmake_minimum_required(VERSION 3.5)

set(ENV{ESP_MATTER_DEVICE_PATH} $ENV{ESP_MATTER_PATH}/device_hal/device/esp32_devkit_c)
set(PROJECT_VER "1.0.0.0")
set(PROJECT_VER_NUMBER 20231127)
lboue commented 4 months ago

Thanks 👍