I’m having a variety of esp8266 and esp32 based boards and they all share almost the same base config.
There’s just tiny difference between them which I thought I could overcome by e.g. including different, platform specific files via substitutions, but that’s apparently not working:
Error reading file include/${platform}.yaml: [Errno 2] No such file or directory: 'include/${platform}.yaml'
Since there also appears to be no templating built-in where i could e.g. #if
on a variable - how do I define/set things depending on the used platform (or whatever variable is defined / set to for that matter)?