Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

building matter contact_sensor fails with ncs v3.2.4

Indent error in: .....\ncs\v3.2.4\modules\lib\matter\scripts\codegen_paths.py line 21 and 22

   from matter.idl.generators.path_resolution import expand_path_for_idl
   from matter.idl.matter_idl_parser import CreateParser
Shoulde be:
from matter.idl.generators.path_resolution import expand_path_for_idl
from matter.idl.matter_idl_parser import CreateParser
Parents Reply Children
Related