C# Yaml error
Then i change the sourceFolder: /home to COM_PORT: AUTO -> C# cannot find this item, but i cannot find the error here
6 Replies
1. $codegif
2.
COM_PORT: AUTO
won't parse properly in yaml, because :
are separators. you have to use 'COM_PORT: AUTO'
i check this, thanks
but the sourceFolder: /home works without problems, why?
com: test -> OK
com: AUTO -> OK
com_port -> Error
because
/home
does not have a :
. COM_PORT: AUTO
contains a :
. you need to understand the spec of the yaml language
you did source: 'com_port'
?source: com_port does not work
but source: com_port works
i think i uderstand
ok fuuu ^^ 'COM_PORT': AUTO does not work