STM32GENERIC
STM32GENERIC copied to clipboard
Discovery F429ZI board is shown in VSCode+Extension4Arduino as "undefined"
Can you please remove spaces before and after the "=" in this line: https://github.com/danieleff/STM32GENERIC/blob/master/STM32/boards.txt#L680
It will be also consistent with other boards.
Why should it be consistent ?
It's not about consistence, please just forget the last line. Discovery F429ZI board is shown in VSCode+Extension4Arduino as "undefined", because of this spaces. Just this board have spaces around "=". And if i remove them, then it's shown as "Discovery F429ZI" and not as "undefined". I know this repo is not ment particularly for VSCode+Extension4Arduino, but all other boards in this file don't have spaces around "=", so why thisone should? And it will also make life a little bit easier :) for us who use VSCode+Extension4Arduino.
Ah, ok. Probably it is the best, if you fork the repo and correct the error because Daniel seems to be for a longer "offline". You could place a pull request so he can merge the change when he is back again.