espressif / esp-homekit-sdk

544 stars 98 forks source link

ninja.build file garbled code #67

Open akakazi opened 2 years ago

akakazi commented 2 years ago

An error occurs when I using vscode expressif IDF ext build example under win10, It seems that there is a lexing error in this line: image

and when I check ninja.build, there are some garbled code in this line: image

But build the example in esp-now is successful. Should I change CMakeLists.txt or build it in others env?

GlenTrudgett commented 2 years ago

An error occurs when I using vscode expressif IDF ext build example under win10, It seems that there is a lexing error in this line: image

and when I check ninja.build, there are some garbled code in this line: image

But build the example in esp-now is successful. Should I change CMakeLists.txt or build it in others env?

same result as well. bumping!

Yinke7 commented 1 year ago

i has a similer trouble, do you deal it ?